libgit2

git_treebuilder_write_with_buffer

Deprecated
Version:

Write the contents of the tree builder as a tree object. This is an alias of git_treebuilder_write and is preserved for backward compatibility.

This function is deprecated, but there is no plan to remove this function at this time.

Deprecations

  • Use git_treebuilder_write

See

Signature

int git_treebuilder_write_with_buffer(git_oid *oid, git_treebuilder *bld, git_buf *tree);

Parameters

In
oid
In
tree

Returns

int

Versions