libgit2

git_note_foreach_cb

Version:

Callback for git_note_foreach.

Receives:

  • blob_id: Oid of the blob containing the message
  • annotated_object_id: Oid of the git object being annotated
  • payload: Payload data passed to git_note_foreach

Signature

typedef int git_note_foreach_cb(const git_oid *, const git_oid *, void *);

Parameters

Parameter To

Versions