1 file changed
+1
-1
lines changed- .travis.yml+12-2
- CHANGELOG.md+36-3
- CMakeLists.txt+25-9
- THREADING.md+17-9
- examples/blame.c+2-2
- examples/network/clone.c+2
- examples/status.c+10-16
- include/git2/blob.h+4-6
- include/git2/describe.h+1-1
- include/git2/diff.h+1-1
- include/git2/errors.h+2
- include/git2/remote.h+3-3
- include/git2/submodule.h+41-72
- include/git2/sys/stream.h+2
- include/git2/types.h+14-10
- include/git2/version.h+3-3
- libgit2.pc.in+4-2
- script/cibuild.sh-2
- script/install-deps-linux.sh-6
- src/buffer.c+8-6
- src/buffer.h+1-1
- src/checkout.c+2-8
- src/config.c+20
- src/config.h+6
- src/curl_stream.c+257
- src/curl_stream.h+14
- src/diff.c+12-7
- src/diff.h+20
- src/diff_file.c+1-1
- src/diff_patch.c+39-13
- src/diff_patch.h+2
- src/diff_print.c+4-1
- src/diff_tform.c+24-57
- src/fetch.c+1-1
- src/fetch.h-7
- src/index.c+41-2
- src/iterator.c+98
- src/iterator.h+23
- src/merge.c+30-86
- src/object.c+5-5
- src/odb.c+1-1
- src/openssl_stream.c+111-12
- src/path.c+2-2
- src/refspec.c+3
- src/remote.c+16-5
- src/repository.c+33-12
- src/repository.h-1
- src/stash.c+129-3
- src/stransport_stream.c+17-1
- src/stream.h+15
- src/submodule.c+411-675
- src/submodule.h-24
- src/transports/http.c+22-3
- src/transports/winhttp.c-1
- src/unix/posix.h+1
- tests/checkout/conflict.c+4-1
- tests/checkout/crlf.c+15-5
- tests/checkout/index.c+1-1
- tests/clar/sandbox.h+1-1
- tests/core/buffer.c+13
- tests/diff/binary.c+41-1
- tests/diff/blob.c+14-14
- tests/diff/index.c+30-1
- tests/diff/racy.c-39
- tests/diff/submodules.c+8-8
- tests/diff/tree.c+1-1
- tests/diff/workdir.c+70-7
- tests/fetchhead/nonetwork.c+47
- tests/filter/file.c+2-2
- tests/index/addall.c+1-1
- tests/index/racy.c+147
- tests/merge/workdir/dirty.c+14-1
- tests/refs/revparse.c+15
- tests/repo/open.c+17
- tests/stash/apply.c+119-9
- tests/stash/foreach.c+11-9
- tests/stash/save.c+10-2
- tests/stash/stash_helpers.c+5
- tests/status/worktree.c+2
- tests/submodule/init.c+3-3
- tests/submodule/lookup.c+3
- tests/submodule/modify.c+77-126
- tests/submodule/nosubs.c-44
- tests/submodule/status.c+27-38
- tests/submodule/submodule_helpers.c+4-7
- tests/submodule/update.c+21-9
0 commit comments