libgit2

git_treebuilder_filter_cb

Version:

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).

Signature

typedef int git_treebuilder_filter_cb(const git_tree_entry *, void *);

Parameters

void *
In

Parameter To

Versions