Skip to content

Commit 57ed35d

Browse files
authored
Merge pull request #18 from readmeio/merge-libgit-191
- upgrade libgit2 from 1.8.4 to 1.9.1 (via the nodegit forked implementation) - [release log here](https://github.com/libgit2/libgit2/releases) - remove the zlib patches that were necessary in #14 - the updated libgit2 makes these no longer required to build Maintenance note: I chose to bring in all the upstream history, with the intent to merge it without squashing so that git knows where we are relative to upstream. This ought to make it easier for me to merge upstream in the future This PR will bring in a bunch of commits, but only actually merges the diff between https://github.com/nodegit/nodegit/tree/51650c7b4b7d65b35c80d4c62ead63072c54fbcc and https://github.com/nodegit/nodegit/tree/b9f3d16b61762e2ab24b9af10b821468ffe257b0 (view the [diff here](https://github.com/nodegit/nodegit/compare/51650c7..b9f3d16))
2 parents 702c20f + 3560624 commit 57ed35d

File tree

8 files changed

+4278
-3371
lines changed

8 files changed

+4278
-3371
lines changed

generate/input/descriptor.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2602,9 +2602,11 @@
26022602
"ignore": true
26032603
},
26042604
"git_odb_read": {
2605+
"isAsync": true,
26052606
"cppFunctionName": "OdbRead",
26062607
"args": {
2607-
"out": {
2608+
"obj": {
2609+
"isReturn": true,
26082610
"ownedByThis": true
26092611
}
26102612
}

0 commit comments

Comments
 (0)