3 files changed
+54
-3
lines changedLines changed: 52 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
1 | 32 |
| |
2 | 33 |
| |
3 |
| - | |
| 34 | + | |
4 | 35 |
| |
5 | 36 |
| |
6 | 37 |
| |
7 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
8 | 59 |
| |
9 | 60 |
| |
10 | 61 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
- CHANGELOG.md-12
- CMakeLists.txt+12-3
- COPYING+46
- examples/network/fetch.c+74-27
- git.git-authors-1
- include/git2/config.h+4-2
- include/git2/cred_helpers.h+1-1
- include/git2/diff.h-19
- include/git2/errors.h+12
- include/git2/sys/filter.h+1-4
- include/git2/sys/refdb_backend.h+2-3
- include/git2/transport.h+21-14
- include/git2/version.h+2-2
- script/install-deps-osx.sh+1-2
- src/blame.c+1-1
- src/blame_git.c+27-7
- src/blame_git.h+1-1
- src/branch.c+12-1
- src/checkout.c+2-1
- src/clone.c+2-2
- src/common.h+13-13
- src/curl_stream.c+8-7
- src/diff.c-25
- src/diff_driver.c+6-7
- src/diff_patch.c+4
- src/diff_xdiff.c+7
- src/diff_xdiff.h+5
- src/errors.c+40-75
- src/filter.c+2-5
- src/global.c+9-25
- src/global.h-1
- src/index.c+3-3
- src/iterator.c+2-2
- src/merge.c-56
- src/merge_file.c+76-22
- src/merge_file.h-14
- src/openssl_stream.c+2-3
- src/path.c-16
- src/path.h-5
- src/refdb_fs.c-7
- src/remote.c+9-18
- src/stransport_stream.c+1-1
- src/submodule.c+7-3
- src/sysdir.c+8-22
- src/transports/http.c+9-1
- src/transports/smart_protocol.c+1-1
- src/transports/ssh.c+2-2
- src/transports/winhttp.c+1-1
- src/util.c-48
- src/util.h+5-13
- src/win32/posix_w32.c-2
- 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+5-3
- src/xdiff/xdiffi.c+8-4
- src/xdiff/xhistogram.c+4-2
- src/xdiff/xmerge.c+98-44
- tests/clar_libgit2.c+20-23
- tests/clar_libgit2.h-1
- tests/clar_libgit2_trace.c-19
- tests/core/env.c+12-8
- tests/core/errors.c+3-49
- tests/core/ftruncate.c+1-1
- tests/diff/drivers.c+26
- tests/diff/index.c-32
- tests/filter/custom.c+104-3
- tests/filter/custom_helpers.c-108
- tests/filter/custom_helpers.h-18
- tests/filter/stream.c+1-1
- tests/filter/wildcard.c-184
- tests/main.c+19
- tests/merge/files.c+88
- tests/network/fetchlocal.c+5-34
- tests/online/clone.c+50-53
- tests/online/push.c+7-16
- tests/refs/branches/delete.c-2
- tests/repo/init.c+1-1
- tests/trace/windows/stacktrace.c-151
0 commit comments