-
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.
Merge pull request #974 from libgit2/cmn/bump-libgit2
vendor: update libgit2 to 5f9e67a76
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libgit2
updated
15 files
+14 −0 | .github/workflows/main.yml | |
+4 −1 | fuzzers/CMakeLists.txt | |
+1 −0 | fuzzers/corpora/revparse/head | |
+1 −0 | fuzzers/corpora/revparse/revat | |
+4 −31 | fuzzers/download_refs_fuzzer.c | |
+51 −0 | fuzzers/fuzzer_utils.c | |
+14 −0 | fuzzers/fuzzer_utils.h | |
+52 −0 | fuzzers/revparse_fuzzer.c | |
+4 −7 | include/git2/common.h | |
+19 −9 | src/libgit2/clone.c | |
+5 −2 | src/libgit2/index.c | |
+4 −1 | src/libgit2/revparse.c | |
+2 −1 | src/libgit2/transports/smart_pkt.c | |
+6 −0 | src/libgit2/transports/ssh_libssh2.c | |
+24 −0 | tests/libgit2/index/add.c |