Skip to content

Commit 95e54a7

Browse files
committed
Merge branch 'master' into gitkraken/use-libcurl-for-proxy
2 parents c37453a + 7d27726 commit 95e54a7

File tree

6 files changed

+355
-190
lines changed

6 files changed

+355
-190
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## <a name="v0-25-0-alpha-11" href="#v0-25-0-alpha-11">v0.25.0-alpha.11</a> [(2019-05-20)](https://github.com/nodegit/nodegit/releases/tag/v0.25.0-alpha.11)
4+
5+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.25.0-alpha.10...v0.25.0-alpha.11)
6+
7+
#### Summary of changes
8+
- Improve speed and correctness of fileHistoryWalk. The API should not have changed; however, when the end of the walk has been reached, `reachedEndOfHistory` will be specified on the resulting array.
9+
10+
#### Merged PRs into NodeGit
11+
- [Implement faster file history walk #1676](https://github.com/nodegit/nodegit/pull/1676)
12+
13+
314
## <a name="v0-25-0-alpha-10" href="#v0-25-0-alpha-10">v0.25.0-alpha.10</a> [(2019-05-03)](https://github.com/nodegit/nodegit/releases/tag/v0.25.0-alpha.10)
415

516
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.25.0-alpha.9...v0.25.0-alpha.10)

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)