- git_commit_authorconst(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_committerconst(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_createint 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, int 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_vint 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, int 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_freevoid 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_idconst(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_lookupint 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_prefixint 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_messageconst(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_encodingconst(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_nth_gen_ancestorint 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_ownergit_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_parentint 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_idconst(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_parentcountuint 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_timegit_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_offsetint 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_treeint 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_idconst(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.