Commit 18fa80f
Edward Thomson
Update to de143ef
libgit2/libgit2@785d8c4...de143ef1 parent 3c07c79 commit 18fa80f
File tree
5 files changed
+17
-17
lines changed- nuget.package
- build
- libgit2
5 files changed
+17
-17
lines changed- .travis.yml-3
- CHANGELOG.md+3
- CMakeLists.txt+1-1
- appveyor.yml+1-6
- deps/http-parser/http_parser.c+5-2
- examples/general.c+2-3
- include/git2/commit.h+46
- include/git2/common.h+8-1
- include/git2/odb.h+47-1
- script/appveyor-mingw.sh+1-3
- script/coverity.sh+16-2
- script/toolchain-mingw32.cmake-13
- src/blame.c+8-3
- src/blame_git.c+2-1
- src/commit.c+128-47
- src/config_cache.c+2-1
- src/config_file.c+25-8
- src/describe.c+2-1
- src/diff_tform.c+5-3
- src/filebuf.c+6-1
- src/global.c+2
- src/global.h+1
- src/index.c+9-3
- src/indexer.c+4-4
- src/mwindow.c+12-2
- src/object.c+3-6
- src/odb.c+197-61
- src/odb.h+2-1
- src/odb_loose.c+12-8
- src/odb_pack.c+5-3
- src/oid.h+9
- src/openssl_stream.c+13
- src/pack-objects.c+3-1
- src/pack.c+5-5
- src/posix.c+7
- src/posix.h+1
- src/refdb_fs.c+1
- src/settings.c+23-1
- src/submodule.c+2-1
- src/transport.c+2
- src/transports/ssh.c+32-17
- src/unix/map.c+5
- src/win32/map.c+24-5
- tests/commit/write.c+39
- tests/index/nsec.c+51-9
- tests/index/racy.c+12-19
- tests/merge/workdir/dirty.c+2-2
- tests/odb/mixed.c+155
- tests/online/badssl.c+8
- tests/rebase/abort.c+26-5
- tests/rebase/merge.c+57
- tests/rebase/setup.c+205
- tests/transport/register.c+10
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments