libgit2

git_revwalk_hide

Version:

Mark a commit (and its ancestors) uninteresting for the output.

Signature

int git_revwalk_hide(git_revwalk *walk, git_commit *commit);

Parameters

git_revwalk *
In
walk
git_commit *
In
commit

the commit that will be ignored during the traversal

Returns

int

Versions