Downloads
Reference
Learning
Security
Source
API Documentation
commit
git_commit_set_tree
Version:
v0.10.0
v0.8.0
v0.3.0
v0.2.0
v0.1.0
Set the tree which is pointed to by a commit
Signature
GitHub
int git_commit_set_tree(
git_commit *commit
,
git_tree *tree
);
Parameters
git_commit *
In
commit
the commit object
git_tree *
In
tree
the new tree
Returns
int
Versions
v0.10.0
v0.8.0
v0.3.0
v0.2.0
v0.1.0