libgit2

git_note_data

Version:

Basic components of a note

  • Oid of the blob containing the message
    • Oid of the git object being annotated

Signature

typedef struct git_note_data { git_oid blob_oid git_oid annotated_object_oid };

Members

blob_oid
annotated_object_oid

Versions