Commit 6f884ea
committed
Update libgit2 to a56db99
libgit2/libgit2@ff8d635...a56db991 parent 85d90d4 commit 6f884ea
3 files changed
Lines changed: 12 additions & 12 deletions
- .gitattributes+1-2
- CHANGELOG.md+34-5
- CMakeLists.txt+5
- README.md+1-1
- appveyor.yml+1
- deps/winhttp/winhttp.def+29-29
- examples/describe.c+2
- include/git2.h+1
- include/git2/cred_helpers.h+2-2
- include/git2/diff.h+55
- include/git2/errors.h+1-1
- include/git2/filter.h+16
- include/git2/remote.h+6
- include/git2/transport.h+24
- script/cibuild.sh+2-2
- src/blame.c+2-2
- src/cache.c+1
- src/checkout.c+17-6
- src/clone.c+15-2
- src/commit.c+10
- src/config_file.c+2-2
- src/diff_file.c+22-12
- src/diff_file.h+4-2
- src/diff_patch.c+235-66
- src/diff_patch.h+34
- src/diff_print.c+153-126
- src/diff_tform.c+4-4
- src/filter.c+26-3
- src/fnmatch.c+5-5
- src/global.c+16
- src/index.c+19-1
- src/indexer.c+5-4
- src/iterator.c+4-4
- src/merge.c+3-3
- src/netops.c+3-3
- src/object.c+5-5
- src/odb.c+1-1
- src/odb_pack.c+1-1
- src/pack.c+11-10
- src/path.c+12-9
- src/path.h+1-1
- src/rebase.c+1-1
- src/refs.c+1-1
- src/remote.c+78-8
- src/stash.c+1-1
- src/stransport_stream.c+41-20
- src/transaction.c+1
- src/transports/cred.c+55-1
- src/transports/ssh.c+34-6
- src/unix/posix.h+3
- src/util.c+9-9
- src/util.h+9
- src/win32/posix.h+3
- src/win32/posix_w32.c+38
- src/win32/w32_util.h+10
- tests/checkout/checkout_helpers.c+22
- tests/checkout/checkout_helpers.h+2
- tests/checkout/crlf.c+7-4
- tests/checkout/icase.c+2
- tests/checkout/tree.c+7-7
- tests/commit/parse.c+7
- tests/core/iconv.c+3-3
- tests/core/path.c+1-1
- tests/core/posix.c+49
- tests/core/string.c+42
- tests/diff/binary.c+235
- tests/diff/blob.c+28-28
- tests/diff/diff_helpers.c+15
- tests/diff/diff_helpers.h+6
- tests/diff/index.c+6-6
- tests/diff/notify.c+2-2
- tests/diff/racy.c+39
- tests/diff/rename.c+55-55
- tests/diff/submodules.c+3-3
- tests/diff/tree.c+14-14
- tests/diff/workdir.c+63-57
- tests/filter/query.c+91
- tests/index/addall.c+2-3
- tests/merge/workdir/dirty.c+12
- tests/odb/foreach.c+20
- tests/online/clone.c+69
- tests/online/push.c+7-3
- tests/remote/insteadof.c+72
- tests/resources/testrepo2/.gitted/config+12
- tests/stash/apply.c+12-6
- tests/status/worktree.c+8-2
- tests/stress/diff.c+4-4
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments