Skip to content

Commit 5a27da0

Browse files
authored
Merge pull request nodegit#1676 from ianhattendorf/improve/file-history-walk
Implement faster file history walk
2 parents 764146c + 24cb2bf commit 5a27da0

3 files changed

Lines changed: 342 additions & 188 deletions

File tree

generate/input/libgit2-supplement.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,11 @@
434434
},
435435
{
436436
"name": "max_count",
437-
"type": "int"
437+
"type": "unsigned int"
438438
},
439439
{
440440
"name": "out",
441-
"type": "std::vector< std::pair<git_commit *, std::pair<char *, git_delta_t> > *> *"
441+
"type": "std::vector<void *> *"
442442
},
443443
{
444444
"name": "walk",

0 commit comments

Comments
 (0)