libgit2

git_revwalk_push

Version:

Mark a commit to start traversal from. The commit object must belong to the repo which is being walked through.

Signature

int git_revwalk_push(git_revwalk *walk, const git_oid *oid);

Parameters

Returns

int

Versions