note iterator
Representation of a git note
Callback for git_note_foreach
Creates a new iterator for notes
Frees an git_note_iterator
Returns the current item (note_id and annotated_id) and advance the iterator internally to the next value
Read the note for an object
Get the note message
Get the note object OID
Add a note for an object
Remove the note for an object
Free a git_note object
Get the default notes reference for a repository
Loop over all the notes within a specified namespace and issue a callback for each one