File tree
5 files changed
+17
-17
lines changed- nuget.package
- build
- libgit2
5 files changed
+17
-17
lines changed- .travis.yml+2-2
- CHANGELOG.md+22-1
- CMakeLists.txt+25-8
- CONVENTIONS.md+32
- README.md+6
- THREADING.md+11-5
- appveyor.yml+5-1
- include/git2/common.h+9
- include/git2/sys/index.h+1-1
- include/git2/version.h+3-3
- script/cibuild.sh+5-1
- script/user_nodefs.h+7
- src/commit.c+37-11
- src/common.h+5
- src/crlf.c+1-1
- src/diff_print.c+5-1
- src/diff_tform.c+16-11
- src/fileops.c+8-9
- src/global.c+3-1
- src/index.c+39-15
- src/object.c+26
- src/object.h+23
- src/openssl_stream.c+12-2
- src/pack-objects.c+6-6
- src/pack.c+18-1
- src/path.c+1-2
- src/pool.c+78-30
- src/pool.h+28
- src/posix.c+5-2
- src/rebase.c+12-10
- src/refdb_fs.c+1-2
- src/refs.c+1-7
- src/refspec.c+4-4
- src/remote.c+2-2
- src/revwalk.c+1-2
- src/settings.c+6
- src/transports/smart_pkt.c+14-11
- src/transports/ssh.c+16
- src/transports/ssh.h+12
- src/transports/winhttp.c+3-2
- src/tree.c+16
- src/unix/posix.h+12
- src/win32/win32-compat.h+3
- src/xdiff/xmerge.c+7-2
- tests/commit/write.c+106-5
- tests/core/pool.c+6
- tests/diff/format_email.c+1-1
- tests/diff/index.c+4-4
- tests/diff/workdir.c+5-3
- tests/index/add.c+84
- tests/index/bypath.c+3
- tests/index/cache.c+3-3
- tests/index/conflicts.c+13-21
- tests/index/filemodes.c+7
- tests/index/nsec.c+9
- tests/index/racy.c+4
- tests/object/tree/write.c+85-13
- tests/refs/create.c+25-2
- tests/resources/status/.gitted/objects/2b/d0a343aeef7a2cf0d158478966a6e587ff3863
- tests/resources/status/.gitted/objects/d4/27e0b2e138501a3d15cc376077a3631e15bd46
- tests/resources/status/.gitted/objects/ee/3fa1b8c00aff7fe02065fdb50864bb0d932ccf
- tests/resources/testrepo/.gitted/objects/ee/3fa1b8c00aff7fe02065fdb50864bb0d932ccf
Lines changed: 12 additions & 12 deletions
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 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
0 commit comments