git_revwalk_hide

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

The given id must belong to a committish on the walked repository.

The resolved commit and all its parents will be hidden from the output on the revision walk.

extern (C) nothrow @nogc
int
git_revwalk_hide

Parameters

walk libgit2_d.types.git_revwalk*

the walker being used for the traversal.

commit_id const(libgit2_d.oid.git_oid)*

the oid of commit that will be ignored during the traversal

Return Value

Type: int

0 or an error code

Meta