deimos.git2.notes

Undocumented in source.

Members

Aliases

git_note_foreach_cb
alias git_note_foreach_cb = int function(const(git_oid)* blob_id, const(git_oid)* annotated_object_id, void* payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

git_note_create
int 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_ref
int 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_foreach
int 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_free
void 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_free
void 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_new
int 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_message
const(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_next
int 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_oid
const(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_read
int 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_remove
int 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.

Structs

git_note_iterator
struct git_note_iterator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta