git_reference_is_branch

Check if a reference is a local branch.

@param ref_ A git reference

@return 1 when the reference lives in the refs/heads namespace; 0 otherwise.

extern (C) nothrow @nogc
int
git_reference_is_branch

Meta