-
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 #8 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
11 files
+2 −2 | README.md | |
+1 −1 | cmake/SelectHTTPParser.cmake | |
+17 −0 | docs/changelog.md | |
+8 −6 | examples/commit.c | |
+2 −2 | include/git2/version.h | |
+1 −1 | src/remote.c | |
+1 −1 | src/win32/findfile.c | |
+2 −2 | src/xdiff/xdiff.h | |
+2 −2 | src/xdiff/xmerge.c | |
+41 −0 | tests/network/fetchlocal.c | |
+10 −0 | tests/win32/systemdir.c |