deimos.git2.annotated_commit

Undocumented in source.

Members

Functions

git_annotated_commit_free
void git_annotated_commit_free(git_annotated_commit* commit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_annotated_commit_from_fetchhead
int git_annotated_commit_from_fetchhead(git_annotated_commit** out_, git_repository* repo, const(char)* branch_name, const(char)* remote_url, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_annotated_commit_from_ref
int git_annotated_commit_from_ref(git_annotated_commit** out_, git_repository* repo, const(git_reference)* ref_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_annotated_commit_from_revspec
int git_annotated_commit_from_revspec(git_annotated_commit** out_, git_repository* repo, const(char)* revspec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_annotated_commit_id
const(git_oid)* git_annotated_commit_id(const(git_annotated_commit)* commit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_annotated_commit_lookup
int git_annotated_commit_lookup(git_annotated_commit** out_, git_repository* repo, const(git_oid)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta