libgit2

git_treebuilder_clear

Version:

Clear all the entries in the builder

Signature

int git_treebuilder_clear(git_treebuilder *bld);

Parameters

In
bld

Builder to clear

Returns

int

0 on success; error code otherwise

Versions