-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from dogged/ethomson/v1.4.3
libgit2: update to v1.4.3
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libgit2
updated
27 files
+1 −1 | CMakeLists.txt | |
+20 −0 | docs/changelog.md | |
+ − | fuzzers/corpora/midx/666a779eed16847c6930a71c0547a34e52db409e | |
+11 −1 | include/git2/common.h | |
+2 −1 | include/git2/errors.h | |
+2 −2 | include/git2/version.h | |
+1 −1 | package.json | |
+9 −5 | src/config.c | |
+5 −0 | src/diff_print.c | |
+5 −2 | src/fetch.c | |
+213 −54 | src/fs_path.c | |
+28 −8 | src/fs_path.h | |
+8 −0 | src/libgit2.c | |
+8 −3 | src/midx.c | |
+5 −2 | src/remote.c | |
+103 −22 | src/repository.c | |
+1 −0 | src/repository.h | |
+5 −0 | tests/clar_libgit2.c | |
+1 −0 | tests/clar_libgit2.h | |
+25 −0 | tests/core/path.c | |
+26 −0 | tests/diff/parse.c | |
+1 −0 | tests/main.c | |
+8 −8 | tests/online/clone.c | |
+29 −0 | tests/online/fetch.c | |
+9 −0 | tests/patch/patch_common.h | |
+0 −1 | tests/repo/config.c | |
+147 −0 | tests/repo/open.c |