- git_note_createint git_note_create(git_oid* out_, git_repository* repo, const(git_signature)* author, const(git_signature)* committer, const(char)* notes_ref, const(git_oid)* oid, const(char)* note, int force) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_default_refint git_note_default_ref(const(char)** out_, git_repository* repo) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_foreachint git_note_foreach(git_repository* repo, const(char)* notes_ref, git_note_foreach_cb note_cb, void* payload) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_freevoid git_note_free(git_note* note) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_iterator_freevoid git_note_iterator_free(git_note_iterator* it) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_iterator_newint git_note_iterator_new(git_note_iterator** out_, git_repository* repo, const(char)* notes_ref) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_messageconst(char)* git_note_message(const(git_note)* note) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_nextint git_note_next(git_oid* note_id, git_oid* annotated_id, git_note_iterator* it) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_oidconst(git_oid)* git_note_oid(const(git_note)* note) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_readint git_note_read(git_note** out_, git_repository* repo, const(char)* notes_ref, const(git_oid)* oid) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name. 
- git_note_removeint git_note_remove(git_repository* repo, const(char)* notes_ref, const(git_signature)* author, const(git_signature)* committer, const(git_oid)* oid) 
- Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.