Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In the file each `{className}` corresponds to a file found at `test/tests/{class

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

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.
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.

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.

Expand Down
1 change: 0 additions & 1 deletion generate/input/v0.21.2.json

This file was deleted.

1 change: 1 addition & 0 deletions generate/input/v0.21.4.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "Node.js libgit2 asynchronous native bindings",
"version": "0.2.4",
"libgit2": {
"sha": "4af08d9f69f151f6362df51d7d7f41527e2af05c",
"version": "0.21.2"
"sha": "bce9484813ad6aa3d365b11d5f6171e7f33cbbc5",
"version": "0.21.4"
},
"libssh2": {
"url": "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz",
Expand Down
2 changes: 2 additions & 0 deletions vendor/libgit2.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@
"libgit2/src/win32/version.h",
"libgit2/src/win32/w32_util.c",
"libgit2/src/win32/w32_util.h",
"libgit2/src/win32/path_w32.c",
"libgit2/src/win32/path_w32.h",
"libgit2/src/transports/winhttp.c",
"libgit2/deps/regex/regex.c",
],
Expand Down