git_revwalk_add_hide_cb

Adds, changes or removes a callback function to hide a commit and its parents

extern (C) nothrow @nogc public
int
git_revwalk_add_hide_cb

Parameters

walk libgit2.types.git_revwalk*

the revision walker

hide_cb .git_revwalk_hide_cb

callback function to hide a commit and its parents

payload void*

data payload to be passed to callback function

Return Value

Type: int

0 or an error code.

Meta