feat(commit): add ability to create commit with different number of parents

This commit is contained in:
Aleksey Kulikov 2021-08-30 16:45:37 +03:00
parent c90561ed8f
commit 94b4116adf
15 changed files with 217 additions and 260 deletions

View file

@ -27,6 +27,5 @@ class Tree {
/// Releases memory allocated for tree object.
void free() {
bindings.free(_treePointer);
libgit2.git_libgit2_shutdown();
}
}