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

@ -45,7 +45,6 @@ class RefLog {
/// Releases memory allocated for reflog object.
void free() {
bindings.free(_reflogPointer);
libgit2.git_libgit2_shutdown();
}
}