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

Creates a new iterator for notes from a commit

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

Read the note for an object from a note commit

Get the note author

Get the note committer

Get the note message

Get the note object's id

Add a note for an object

Add a note for an object from a commit

Remove the 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