git_treebuilder_write

Write the contents of the tree builder as a tree object

The tree builder will be written to the given repo, and its identifying SHA1 hash will be stored in the id pointer.

@param id Pointer to store the OID of the newly written tree @param bld Tree builder to write @return 0 or an error code

extern (C) nothrow @nogc
int
git_treebuilder_write

Meta