mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(commit): add more bindings and API methods (#22)
This commit is contained in:
parent
e6bfdc5a85
commit
5740831bb9
4 changed files with 438 additions and 28 deletions
|
@ -585,7 +585,7 @@ class Repository {
|
|||
required String updateRef,
|
||||
required String message,
|
||||
required Signature author,
|
||||
required Signature commiter,
|
||||
required Signature committer,
|
||||
required Tree tree,
|
||||
required List<Commit> parents,
|
||||
String? messageEncoding,
|
||||
|
@ -595,7 +595,7 @@ class Repository {
|
|||
updateRef: updateRef,
|
||||
message: message,
|
||||
author: author,
|
||||
committer: commiter,
|
||||
committer: committer,
|
||||
tree: tree,
|
||||
parents: parents,
|
||||
messageEncoding: messageEncoding,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue