mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
Merge pull request #26553 from axiac/nodegit-repository-createrevwalk
nodegit: fix the arguments list of Repository.createRevWalk()
This commit is contained in:
2
types/nodegit/repository.d.ts
vendored
2
types/nodegit/repository.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user