-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libgit2
updated
10 files
+1 −1 | CMakeLists.txt | |
+27 −0 | docs/changelog.md | |
+2 −2 | include/git2/version.h | |
+1 −1 | package.json | |
+5 −2 | src/libgit2/config.c | |
+5 −2 | src/libgit2/index.c | |
+4 −1 | src/libgit2/revparse.c | |
+2 −1 | src/libgit2/transports/smart_pkt.c | |
+11 −0 | tests/libgit2/config/find.c | |
+24 −0 | tests/libgit2/index/add.c |