mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
docs: update createCommit() method signature
This commit is contained in:
parent
f1b84efc81
commit
41fab98d17
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ repo.createCommit(
|
|||
updateRef: 'refs/heads/master',
|
||||
message: 'initial commit\n',
|
||||
author: repo.defaultSignature,
|
||||
commiter: repo.defaultSignature,
|
||||
committer: repo.defaultSignature,
|
||||
tree: tree,
|
||||
parents: [],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue