Skip to content

Commit

Permalink
Merge pull request #673 from tiennou/libgit2/v0.27.7
Browse files Browse the repository at this point in the history
Update libgit2 to v0.27.7
  • Loading branch information
tiennou authored Oct 27, 2018
2 parents 256516f + dfcb897 commit 3aa1526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion External/libgit2
Submodule libgit2 updated 80 files
+0 −92 .travis.yml
+140 −0 CHANGELOG.md
+4 −0 CMakeLists.txt
+3 −4 README.md
+0 −60 appveyor.yml
+94 −0 azure-pipelines.yml
+17 −0 ci/bash.yml
+30 −0 ci/build.ps1
+39 −0 ci/build.sh
+11 −17 ci/coverity.sh
+33 −0 ci/docker.yml
+22 −0 ci/nightly.yml
+17 −0 ci/powershell.yml
+13 −0 ci/setup-linux.sh
+25 −0 ci/setup-mingw.ps1
+8 −0 ci/setup-osx.sh
+72 −0 ci/test.ps1
+198 −0 ci/test.sh
+29 −0 cmake/Modules/CheckPrototypeDefinition.c.in
+96 −0 cmake/Modules/CheckPrototypeDefinition.cmake
+11 −6 cmake/Modules/FindIconv.cmake
+2 −2 include/git2/version.h
+25 −0 libgit2_clar.supp
+0 −23 script/appveyor-mingw.sh
+0 −102 script/cibuild.sh
+0 −9 script/install-deps-osx.sh
+13 −4 src/CMakeLists.txt
+1 −1 src/commit.c
+3 −1 src/commit_list.c
+1 −1 src/config.c
+13 −2 src/config_file.c
+36 −34 src/config_parse.c
+1 −1 src/diff_tform.c
+4 −3 src/index.c
+2 −2 src/odb.c
+1 −1 src/odb_pack.c
+1 −1 src/pack-objects.c
+7 −4 src/parse.c
+7 −0 src/patch_parse.c
+1 −1 src/rebase.c
+3 −3 src/remote.c
+7 −3 src/repository.c
+3 −2 src/revparse.c
+10 −4 src/revwalk.c
+5 −3 src/signature.c
+1 −1 src/streams/curl.c
+23 −8 src/submodule.c
+5 −5 src/tag.c
+3 −0 src/transports/http.c
+5 −0 src/transports/smart.c
+16 −16 src/transports/smart.h
+130 −120 src/transports/smart_pkt.c
+22 −23 src/transports/smart_protocol.c
+20 −15 src/transports/winhttp.c
+2 −2 src/tree-cache.c
+8 −6 src/tree.c
+64 −21 src/util.c
+3 −2 src/util.h
+13 −8 src/vector.c
+2 −2 src/worktree.c
+5 −9 tests/CMakeLists.txt
+15 −3 tests/buf/oom.c
+156 −51 tests/clar.c
+4 −1 tests/clar.h
+5 −4 tests/clar/print.h
+134 −0 tests/clar/summary.h
+40 −2 tests/config/include.c
+33 −0 tests/config/read.c
+46 −0 tests/core/memmem.c
+72 −33 tests/core/strtol.c
+19 −0 tests/core/vector.c
+71 −0 tests/diff/parse.c
+16 −0 tests/object/tree/update.c
+6 −0 tests/online/clone.c
+7 −3 tests/online/push.c
+1 −0 tests/resources/config/config-nosection
+ tests/resources/testrepo2/.gitted/objects/39/6c7f1adb7925f51ba13a75f48252f44c5a14a2
+80 −0 tests/submodule/inject_option.c
+340 −0 tests/transports/smart/packet.c
+22 −2 tests/worktree/worktree.c

0 comments on commit 3aa1526

Please sign in to comment.