File tree
5 files changed
+13
-12
lines changed- lib/rugged
- test/online
- vendor
5 files changed
+13
-12
lines changedLines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
2 | 11 |
| |
3 | 12 |
| |
4 | 13 |
| |
| |||
9 | 18 |
| |
10 | 19 |
| |
11 | 20 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
- CMakeLists.txt+4-2
- include/git2/repository.h+2-2
- include/git2/sys/repository.h+4-1
- include/git2/sys/stream.h+2
- include/git2/version.h+2-2
- src/branch.c+6-1
- src/buf_text.c+4-1
- src/checkout.c+2-1
- src/common.h+1
- src/config_file.c+1
- src/diff_patch.c+2-1
- src/fileops.c+18-11
- src/index.c+3
- src/indexer.c+1
- src/openssl_stream.c+7-4
- src/pack.c+9-2
- src/pathspec.c+3
- src/rebase.c+3-1
- src/refdb_fs.c+9
- src/remote.c+5-1
- src/repository.c+3-2
- src/stream.h+5
- src/transports/git.c+1
- src/transports/http.c+7-1
- src/win32/posix_w32.c+2-6
- tests/checkout/icase.c+1-1
- tests/checkout/nasty.c+3
- tests/clar_libgit2.c+22
- tests/clar_libgit2.h+4
- tests/core/buffer.c+1-1
- tests/core/stat.c+17
- tests/online/fetch.c+3-3
- tests/path/win32.c+3
- tests/refs/branches/create.c+104
- tests/repo/init.c+26
0 commit comments