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

@ -68,6 +68,5 @@ class Signature {
/// Releases memory allocated for signature object.
void free() {
bindings.free(_signaturePointer);
libgit2.git_libgit2_shutdown();
}
}