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

In
walk
In
commit

the commit that will be ignored during the traversal

Returns

int

Versions