mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
feat(repository): add alias for commit creation
This commit is contained in:
parent
7187d890d6
commit
10b9864219
4 changed files with 44 additions and 9 deletions
|
@ -97,8 +97,7 @@ void main() {
|
|||
});
|
||||
|
||||
test('successfully creates commit without parents', () {
|
||||
final oid = Commit.create(
|
||||
repo: repo,
|
||||
final oid = repo.createCommit(
|
||||
message: message,
|
||||
author: author,
|
||||
commiter: commiter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue