git_treebuilder_filter_cb

Callback for git_treebuilder_filter

The return value is treated as a boolean, with zero indicating that the entry should be left alone and any non-zero value meaning that the entry should be removed from the treebuilder list (i.e. filtered out).

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

Meta