mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -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',
|
updateRef: 'refs/heads/master',
|
||||||
message: 'initial commit\n',
|
message: 'initial commit\n',
|
||||||
author: repo.defaultSignature,
|
author: repo.defaultSignature,
|
||||||
commiter: repo.defaultSignature,
|
committer: repo.defaultSignature,
|
||||||
tree: tree,
|
tree: tree,
|
||||||
parents: [],
|
parents: [],
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue