Merge pull request #26553 from axiac/nodegit-repository-createrevwalk

nodegit: fix the arguments list of Repository.createRevWalk()
This commit is contained in:
Nathan Shively-Sanders
2018-06-19 15:38:50 -07:00
committed by GitHub

View File

@@ -136,7 +136,7 @@ export class Repository {
/**
* Instantiate a new revision walker for browsing the Repository"s history. See also Commit.prototype.history()
*/
createRevWalk(string: string | Oid): Revwalk;
createRevWalk(): Revwalk;
/**
* Retrieve the master branch commit.
*/