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.

@param commit_id oid of Commit @param payload User-specified pointer to data to be passed as data payload

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

Meta