1 file changed
+1
-1
lines changedSubmodule libgit2 updated 80 files
- CMakeLists.txt+11-11
- examples/Makefile+1-1
- examples/log.c+405
- examples/rev-parse.c+106
- include/git2.h+1
- include/git2/commit.h+8
- include/git2/common.h+2-1
- include/git2/diff.h+12-1
- include/git2/index.h+16
- include/git2/object.h+1-1
- include/git2/pathspec.h+260
- include/git2/refs.h+7-7
- include/git2/remote.h+8
- include/git2/repository.h+7-3
- include/git2/stash.h+1-1
- include/git2/status.h+11-12
- include/git2/submodule.h+13-56
- include/git2/transport.h+48-39
- include/git2/types.h+34
- src/array.h+5
- src/bitvec.h+75
- src/buffer.c+9
- src/buffer.h+1
- src/checkout.c+5-5
- src/clone.c+2-2
- src/commit.c+44-31
- src/commit.h+3-2
- src/config.c+5-4
- src/config_file.c+1-1
- src/diff.c+75-42
- src/diff.h+2
- src/diff_driver.c+4-3
- src/diff_tform.c+1-1
- src/fileops.c+14
- src/fileops.h+7
- src/global.c+4-5
- src/index.c+62-60
- src/index.h+5-1
- src/indexer.c+1-1
- src/pathspec.c+571-50
- src/pathspec.h+36-15
- src/refspec.c+20-14
- src/remote.c+6
- src/repository.c+9-6
- src/stash.c+5-5
- src/status.c+1-10
- src/submodule.c+382-308
- src/submodule.h+55-19
- src/thread-utils.h+44-10
- src/transport.c+2-2
- src/transports/cred.c+47-55
- src/transports/smart_protocol.c+1-1
- src/transports/ssh.c+183-171
- src/util.c+3
- src/util.h+3
- src/win32/findfile.c+3-5
- tests-clar/checkout/index.c+2
- tests-clar/clar/sandbox.h+1-1
- tests-clar/clar_libgit2.h+3
- tests-clar/config/multivar.c+48-8
- tests-clar/core/bitvec.c+64
- tests-clar/core/caps.c+31
- tests-clar/diff/diff_helpers.c+3-2
- tests-clar/diff/drivers.c+31
- tests-clar/diff/pathspec.c+93
- tests-clar/diff/rename.c+1-1
- tests-clar/diff/submodules.c+306-36
- tests-clar/diff/workdir.c+4-3
- tests-clar/merge/trees/automerge.c+1-1
- tests-clar/repo/open.c+61-4
- tests-clar/repo/pathspec.c+385
- tests-clar/resources/config/config11+1-1
- tests-clar/status/status_data.h+70
- tests-clar/status/submodules.c+12-9
- tests-clar/status/worktree.c+42
- tests-clar/submodule/lookup.c+71
- tests-clar/submodule/modify.c+5-5
- tests-clar/submodule/status.c+23-12
- tests-clar/submodule/submodule_helpers.c+35
- tests-clar/submodule/submodule_helpers.h+3
0 commit comments