git_note_iterator_new

Creates a new iterator for notes

The iterator must be freed manually by the user.

@param out_ pointer to the iterator @param repo repository where to look up the note @param notes_ref canonical name of the reference to use (optional); defaults to "refs/notes/commits"

@return 0 or an error code

extern (C) nothrow @nogc
int
git_note_iterator_new

Meta