git_note_next

Return the current item (note_id and annotated_id) and advance the iterator internally to the next value

Parameters

note_id libgit2_d.oid.git_oid*

id of blob containing the message

annotated_id libgit2_d.oid.git_oid*

id of the git object being annotated

it .git_note_iterator*

pointer to the iterator

Return Value

Type: int

0 (no error), git_error_code.GIT_ITEROVER (iteration is done) or an error code (negative value)

Meta