File tree
3 files changed
+12
-12
lines changed- nuget.package
- build
- libgit2
3 files changed
+12
-12
lines changed- CHANGELOG.md+19
- include/git2/diff.h+12-10
- include/git2/index.h+11-1
- include/git2/status.h+1
- src/diff.c+200-74
- src/index.c+36-3
- src/iterator.c+11-7
- src/iterator.h+2
- src/merge.c+2-2
- src/reset.c+1
- src/status.c+6
- tests/checkout/conflict.c+1-1
- tests/checkout/index.c+3-3
- tests/checkout/tree.c+3-3
- tests/clar_libgit2.c+8
- tests/clar_libgit2.h+1
- tests/diff/diff_helpers.c+1-1
- tests/diff/diff_helpers.h+1-1
- tests/diff/index.c+76
- tests/diff/workdir.c+45
- tests/index/addall.c+104-49
- tests/index/collision.c+5-5
- tests/index/conflicts.c+66-9
- tests/merge/trees/trivial.c+1-1
- tests/merge/workdir/trivial.c+1-1
- tests/object/tree/duplicateentries.c+3-3
- tests/reset/hard.c+1-1
- tests/status/worktree.c+54-2
Lines changed: 10 additions & 10 deletions
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 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
0 commit comments