git_revwalk_hide_cb

This is a callback function that user can provide to hide a commit and its parents. If the callback function returns non-zero value, then this commit and its parents will be hidden.

extern (C) nothrow @nogc public
alias git_revwalk_hide_cb = int function

Return Value

non-zero to hide the commmit and it parent.

Meta