libgit2

notes

Version:
Git notes management routines

Objects

note iterator

Representation of a git note

Callbacks

Callback for git_note_foreach

Functions

Creates a new iterator for notes

Frees an git_note_iterator

Return 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 author

Get the note committer

Get the note message

Get the note object's id

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