git_revwalk_hide_glob

Hide matching references.

The OIDs pointed to by the references that match the given glob pattern and their ancestors will be hidden from the output on the revision walk.

A leading 'refs/' is implied if not present as well as a trailing '/\*' if the glob lacks '?', '\*' or '['.

Any references matching this glob which do not point to a committish will be ignored.

extern (C) nothrow @nogc
int
git_revwalk_hide_glob

Parameters

walk libgit2_d.types.git_revwalk*

the walker being used for the traversal

glob const(char)*

the glob pattern references should match

Return Value

Type: int

0 or an error code

Meta