git_revwalk_add_hide_cb

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

extern (C) nothrow @nogc
int
git_revwalk_add_hide_cb

Parameters

walk libgit2_d.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

Meta