mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -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
|
@ -107,10 +107,10 @@ Pointer<git_oid> create({
|
|||
}
|
||||
}
|
||||
|
||||
/// Remove the note for an object.
|
||||
/// Delete the note for an object.
|
||||
///
|
||||
/// Throws a [LibGit2Error] if error occured.
|
||||
void remove({
|
||||
void delete({
|
||||
required Pointer<git_repository> repoPointer,
|
||||
String notesRef = 'refs/notes/commits',
|
||||
required Pointer<git_signature> authorPointer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue