]> git.proxmox.com Git - libgit2.git/commit
New upstream version 0.27.4+dfsg.1
authorXimin Luo <infinity0@debian.org>
Sat, 11 Aug 2018 02:43:40 +0000 (19:43 -0700)
committerXimin Luo <infinity0@debian.org>
Sat, 11 Aug 2018 02:43:40 +0000 (19:43 -0700)
commit4b3ec53c78a8a7c512c9ad6d8695c568edb952db
treef52aeabc6b849fe896395c691fcb626182140be2
parenteae0bfdcd8326adcb85e74868d8c566709e2b09a
New upstream version 0.27.4+dfsg.1
63 files changed:
.travis.yml
CHANGELOG.md
CMakeLists.txt
appveyor.yml
cmake/Modules/FindPkgLibraries.cmake [new file with mode: 0644]
examples/CMakeLists.txt
include/git2/version.h
src/CMakeLists.txt
src/attr_file.c
src/checkout.c
src/delta.c
src/diff_print.c
src/hash/sha1dc/sha1.c
src/ignore.c
src/index.c
src/odb_mempack.c
src/path.c
src/path.h
src/refdb_fs.c
src/refs.c
src/refs.h
src/refspec.c
src/remote.c
src/revwalk.c
src/streams/openssl.c
src/streams/openssl.h
src/submodule.c
src/submodule.h
src/transports/local.c
src/transports/smart_pkt.c
src/transports/ssh.c
src/tree.c
src/util.c
src/worktree.c
tests/CMakeLists.txt
tests/attr/ignore.c
tests/checkout/nasty.c
tests/checkout/typechange.c
tests/delta/apply.c [new file with mode: 0644]
tests/diff/binary.c
tests/diff/stats.c
tests/fetchhead/nonetwork.c
tests/path/core.c
tests/path/dotgit.c [new file with mode: 0644]
tests/refs/dup.c
tests/resources/nasty/.gitted/objects/07/f9d4d85b75187e4db5b9cbcad3e6218582bd57 [new file with mode: 0644]
tests/resources/nasty/.gitted/objects/2a/9eb82c733e31ae312cee349084dcbc6f69639a [new file with mode: 0644]
tests/resources/nasty/.gitted/objects/42/1376db9e8aee847e9d774891e73098a7415e94 [new file with mode: 0644]
tests/resources/nasty/.gitted/objects/e3/0b60b120761f44ebd0f0a7b0e9445ce8e11d68 [new file with mode: 0644]
tests/resources/nasty/.gitted/refs/heads/gitmodules-symlink [new file with mode: 0644]
tests/resources/revwalk.git/HEAD [new file with mode: 0644]
tests/resources/revwalk.git/config [new file with mode: 0644]
tests/resources/revwalk.git/description [new file with mode: 0644]
tests/resources/revwalk.git/objects/info/packs [new file with mode: 0644]
tests/resources/revwalk.git/objects/pack/pack-9adacb9971981a1a3264fd473da5b800f2715959.idx [new file with mode: 0644]
tests/resources/revwalk.git/objects/pack/pack-9adacb9971981a1a3264fd473da5b800f2715959.pack [new file with mode: 0644]
tests/resources/revwalk.git/packed-refs [new file with mode: 0644]
tests/resources/revwalk.git/refs/.gitkeep [new file with mode: 0644]
tests/revwalk/basic.c
tests/submodule/escape.c [new file with mode: 0644]
tests/submodule/lookup.c
tests/worktree/reflog.c
tests/worktree/repository.c