mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(repository)!: add more aliases for api methods
BREAKING CHANGE: Make repository entry point for most operations
This commit is contained in:
parent
9205a3ad82
commit
3a0fa75929
51 changed files with 1380 additions and 1062 deletions
|
@ -130,5 +130,5 @@ void remove({
|
|||
}
|
||||
}
|
||||
|
||||
/// Free a tree builder to release memory.
|
||||
/// Free a tree builder and all the entries to release memory.
|
||||
void free(Pointer<git_treebuilder> bld) => libgit2.git_treebuilder_free(bld);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue