libgit2_d.graph

Undocumented in source.

Members

Functions

git_graph_ahead_behind
int git_graph_ahead_behind(size_t* ahead, size_t* behind, libgit2_d.types.git_repository* repo, const(libgit2_d.oid.git_oid)* local, const(libgit2_d.oid.git_oid)* upstream)

Count the number of unique commits between two commit objects

git_graph_descendant_of
int git_graph_descendant_of(libgit2_d.types.git_repository* repo, const(libgit2_d.oid.git_oid)* commit, const(libgit2_d.oid.git_oid)* ancestor)

Determine if a commit is the descendant of another commit.

Meta