git_reference_is_tag

Check if a reference is a tag

@param ref_ A git reference

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

extern (C) nothrow @nogc
int
git_reference_is_tag

Meta