Skip to content

Commit 8a38bb6

Browse files
author
John Haley
committed
Updated to libgit 0.21.3
1 parent ad21b7a commit 8a38bb6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.3.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": "e476e7beba01efc496ba880f463a8ac61f948270",
7+
"version": "0.21.3"
88
},
99
"libssh2": {
1010
"url": "http://www.libssh2.org/download/libssh2-1.4.3.tar.gz",

0 commit comments

Comments
 (0)