deimos.git2.commit

Undocumented in source.

Members

Functions

git_commit_amend
int git_commit_amend(git_oid* id, const(git_commit)* commit_to_amend, const(char)* update_ref, const(git_signature)* author, const(git_signature)* committer, const(char)* message_encoding, const(char)* message, const(git_tree)* tree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_author
const(git_signature)* git_commit_author(const(git_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_commit_body
const(char)* git_commit_body(git_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_commit_committer
const(git_signature)* git_commit_committer(const(git_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_commit_create
int git_commit_create(git_oid* id, git_repository* repo, const(char)* update_ref, const(git_signature)* author, const(git_signature)* committer, const(char)* message_encoding, const(char)* message, const(git_tree)* tree, size_t parent_count, const(git_commit)** parents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_create_buffer
int git_commit_create_buffer(git_buf* out_, git_repository* repo, const(git_signature)* author, const(git_signature)* committer, const(char)* message_encoding, const(char)* message, const(git_tree)* tree, size_t parent_count, const(git_commit)*[] parents)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_create_v
int git_commit_create_v(git_oid* id, git_repository* repo, const(char)* update_ref, const(git_signature)* author, const(git_signature)* committer, const(char)* message_encoding, const(char)* message, const(git_tree)* tree, size_t parent_count, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_create_with_signature
int git_commit_create_with_signature(git_oid* out_, git_repository* repo, const(char)* commit_content, const(char)* signature, const(char)* signature_field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_dup
int git_commit_dup(git_commit** out_, git_commit* source)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_extract_signature
int git_commit_extract_signature(git_buf* signature, git_buf* signed_data, git_repository* repo, git_oid* commit_id, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_free
void git_commit_free(git_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_commit_header_field
int git_commit_header_field(git_buf* out_, const(git_commit)* commit, const(char)* field)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_id
const(git_oid)* git_commit_id(const(git_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_commit_lookup
int git_commit_lookup(git_commit** commit, 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.
git_commit_lookup_prefix
int git_commit_lookup_prefix(git_commit** commit, git_repository* repo, const(git_oid)* id, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_message
const(char)* git_commit_message(const(git_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_commit_message_encoding
const(char)* git_commit_message_encoding(const(git_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_commit_message_raw
const(char)* git_commit_message_raw(const(git_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_commit_nth_gen_ancestor
int git_commit_nth_gen_ancestor(git_commit** ancestor, const(git_commit)* commit, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_owner
git_repository* git_commit_owner(const(git_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_commit_parent
int git_commit_parent(git_commit** out_, const(git_commit)* commit, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_parent_id
const(git_oid)* git_commit_parent_id(const(git_commit)* commit, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_commit_parentcount
uint git_commit_parentcount(const(git_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_commit_raw_header
const(char)* git_commit_raw_header(const(git_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_commit_summary
const(char)* git_commit_summary(git_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_commit_time
git_time_t git_commit_time(const(git_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_commit_time_offset
int git_commit_time_offset(const(git_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_commit_tree
int git_commit_tree(git_tree** tree_out, const(git_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_commit_tree_id
const(git_oid)* git_commit_tree_id(const(git_commit)* commit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta