git_reference_is_note

Check if a reference is a note

extern (C) nothrow @nogc public
int
git_reference_is_note

Parameters

ref_ const(libgit2.types.git_reference)*

A git reference

Return Value

Type: int

1 when the reference lives in the refs/notes namespace; 0 otherwise.

Meta