1 file changed
+1
-1
lines changed- CHANGELOG.md+21-1
- CMakeLists.txt+2-1
- README.md+1-1
- examples/network/fetch.c+29-76
- git.git-authors+1
- include/git2/diff.h+19
- include/git2/filter.h+35-2
- include/git2/remote.h+9-1
- include/git2/submodule.h-11
- include/git2/sys/filter.h+4-1
- include/git2/transport.h+14-21
- script/install-deps-osx.sh+2-1
- src/blame_git.c+10-15
- src/cache.c+4-4
- src/checkout.c+2-2
- src/common.h+4
- src/curl_stream.c+7-7
- src/diff.c+25
- src/filter.c+5-2
- src/global.c+16-2
- src/iterator.c+2-2
- src/khash.h+1-1
- src/merge.c+3-3
- src/openssl_stream.c+5-2
- src/rebase.c+2-2
- src/repository.c+4-1
- src/stash.c+1-1
- src/stransport_stream.c+1-1
- src/submodule.c+2-2
- src/thread-utils.c+2
- src/transports/http.c+1-1
- src/transports/smart_pkt.c+1-1
- src/transports/ssh.c+2-2
- src/transports/winhttp.c+1-1
- src/util.h+8-5
- src/win32/w32_crtdbg_stacktrace.c+343
- src/win32/w32_crtdbg_stacktrace.h+93
- src/win32/w32_stack.c+192
- src/win32/w32_stack.h+138
- src/xdiff/xdiff.h+10-6
- src/xdiff/xdiffi.c+46-4
- src/xdiff/xdiffi.h+1
- src/xdiff/xemit.c+43-6
- src/xdiff/xemit.h+1-1
- src/xdiff/xhistogram.c+1-1
- src/xdiff/xmerge.c+2-2
- src/xdiff/xpatience.c+1-1
- src/xdiff/xprepare.c+10-11
- src/xdiff/xutils.c+13-29
- src/xdiff/xutils.h+1
- tests/blame/blame_helpers.c+1-1
- tests/clar_libgit2.c+2-2
- tests/clar_libgit2_trace.c+19
- tests/diff/index.c+32
- tests/filter/custom.c+3-104
- tests/filter/custom_helpers.c+108
- tests/filter/custom_helpers.h+18
- tests/filter/stream.c+1-6
- tests/filter/wildcard.c+184
- tests/main.c-19
- tests/merge/files.c+39
- tests/merge/merge_helpers.c+1-1
- tests/revert/workdir.c+12-10
- tests/submodule/lookup.c+41
- tests/submodule/nosubs.c-2
- tests/trace/windows/stacktrace.c+151
0 commit comments