Skip to content

Commit dab0817

Browse files
committed
Merge pull request nodegit#336 from nodegit/update-libgit2
Update to libgit 0.21.4
2 parents ad21b7a + db34d4c commit dab0817

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In the file each `{className}` corresponds to a file found at `test/tests/{class
3434

3535
In the file that your test is going in you can just append it to the file inside of the `describe` function block.
3636

37-
It can be helpful to reference the [libgit2 API docs](https://libgit2.github.com/libgit2/#v0.21.2) to know what the field or function is doing inside of libgit2 and referencing the [NodeGit API docs](http://www.nodegit.org/) can also help. Looking at examples inside of `/examples` can show you how we wrap the libgit2 library and how you can call into it from JavaScript.
37+
It can be helpful to reference the [libgit2 API docs](https://libgit2.github.com/libgit2/#v0.21.4) to know what the field or function is doing inside of libgit2 and referencing the [NodeGit API docs](http://www.nodegit.org/) can also help. Looking at examples inside of `/examples` can show you how we wrap the libgit2 library and how you can call into it from JavaScript.
3838

3939
The idea is to test the basic functionality of the field/function and to confirm that it's returning or setting the value(s) correctly. Bugs inside of libgit2 will have to either have a work-around or be ignored.
4040

generate/input/v0.21.2.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

generate/input/v0.21.4.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "Node.js libgit2 asynchronous native bindings",
44
"version": "0.2.4",
55
"libgit2": {
6-
"sha": "4af08d9f69f151f6362df51d7d7f41527e2af05c",
7-
"version": "0.21.2"
6+
"sha": "bce9484813ad6aa3d365b11d5f6171e7f33cbbc5",
7+
"version": "0.21.4"
88
},
99
"libssh2": {
1010
"url": "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz",

vendor/libgit2.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@
323323
"libgit2/src/win32/version.h",
324324
"libgit2/src/win32/w32_util.c",
325325
"libgit2/src/win32/w32_util.h",
326+
"libgit2/src/win32/path_w32.c",
327+
"libgit2/src/win32/path_w32.h",
326328
"libgit2/src/transports/winhttp.c",
327329
"libgit2/deps/regex/regex.c",
328330
],

0 commit comments

Comments
 (0)