1 file changed
+1
-1
lines changed- CMakeLists.txt+33
- examples/network/ls-remote.c+1-1
- include/git2/remote.h+12-1
- include/git2/sys/odb_backend.h+4
- include/git2/sys/refdb_backend.h+2-2
- include/git2/sys/transport.h+5
- libgit2.pc.in+3-2
- src/checkout.c+7-10
- src/config_file.c+35-4
- src/diff_print.c+1-1
- src/fileops.c+176-75
- src/fileops.h+7-10
- src/iterator.c+106-77
- src/odb.c+1-2
- src/odb_loose.c+2-2
- src/openssl_stream.c+6-1
- src/path.c+21-2
- src/path.h+7-1
- src/push.c+2-1
- src/push.h+1
- src/refdb.c+2-6
- src/refdb_fs.c+2-1
- src/remote.c+26-6
- src/repository.c+26-10
- src/submodule.c+24-13
- src/transports/http.c+6
- src/transports/smart.c+81
- src/transports/smart.h+1
- src/transports/winhttp.c+18
- src/unix/posix.h+14-1
- src/util.c+8-13
- src/win32/path_w32.c+15-8
- src/win32/posix_w32.c+9-2
- tests/checkout/index.c+1-1
- tests/checkout/tree.c+81-3
- tests/clar_libgit2.c+2
- tests/clone/nonetwork.c+6-3
- tests/config/global.c+3-3
- tests/config/write.c+8-3
- tests/core/buffer.c+1-1
- tests/core/copy.c+4-4
- tests/core/dirent.c+29
- tests/core/mkdir.c+100-28
- tests/core/stat.c+1-1
- tests/diff/binary.c+14-7
- tests/index/rename.c+5
- tests/index/tests.c+1-1
- tests/network/remote/defaultbranch.c+3-3
- tests/network/remote/local.c+4-4
- tests/network/remote/remotes.c+3-3
- tests/odb/alternates.c+1-1
- tests/odb/sorting.c+1
- tests/online/badssl.c+27
- tests/online/clone.c+27
- tests/online/fetch.c+6-6
- tests/online/push.c+2-3
- tests/online/push_util.c+3-8
- tests/online/push_util.h+2-2
- tests/refs/pack.c+1-1
- tests/repo/discover.c+8-8
- tests/repo/init.c+3-3
- tests/repo/iterator.c+3-3
- tests/repo/open.c+2-2
- tests/repo/reservedname.c+24
- tests/resources/sub.git/HEAD+1
- tests/resources/sub.git/config+8
- tests/resources/sub.git/index
- tests/resources/sub.git/logs/HEAD+1
- tests/resources/sub.git/logs/refs/heads/master+1
- tests/resources/sub.git/objects/10/ddd6d257e01349d514541981aeecea6b2e741d
- tests/resources/sub.git/objects/17/6a458f94e0ea5272ce67c36bf30b6be9caf623
- tests/resources/sub.git/objects/94/c7d78d85c933d1d95b56bc2de01833ba8559fb
- tests/resources/sub.git/objects/b7/a59b3f4ea13b985f8a1e0d3757d5cd3331add8
- tests/resources/sub.git/objects/d0/ee23c41b28746d7e822511d7838bce784ae773
- tests/resources/sub.git/refs/heads/master+1
- tests/resources/super/.gitted/COMMIT_EDITMSG+1
- tests/resources/super/.gitted/HEAD+1
- tests/resources/super/.gitted/config+10
- tests/resources/super/.gitted/index
- tests/resources/super/.gitted/objects/51/589c218bf77a8da9e9d8dbc097d76a742726c4
- tests/resources/super/.gitted/objects/79/d0d58ca6aa1688a073d280169908454cad5b91
- tests/resources/super/.gitted/objects/d7/57768b570a83e80d02edcc1032db14573e5034
- tests/resources/super/.gitted/refs/heads/master+1
- tests/resources/super/gitmodules+3
- tests/status/ignore.c+7-7
- tests/status/worktree.c+5-5
- tests/submodule/lookup.c+1-1
- tests/submodule/status.c+5-5
- tests/submodule/submodule_helpers.c+16
- tests/submodule/submodule_helpers.h+1
- tests/win32/longpath.c+60
0 commit comments