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

@ -142,6 +142,5 @@ class Config {
/// Releases memory allocated for config object.
void free() {
bindings.free(_configPointer);
libgit2.git_libgit2_shutdown();
}
}