2 files changed
+2
-2
lines changed- CHANGELOG.md+15
- CMakeLists.txt+9
- appveyor.yml+2-2
- include/git2/pack.h+12
- include/git2/rebase.h+36-16
- include/git2/reset.h+2-2
- include/git2/revwalk.h+10-8
- include/git2/submodule.h+16
- src/attr_file.c+8-1
- src/config.c+3-3
- src/config_file.c+50-58
- src/diff.c+7-10
- src/diff_driver.c+1-1
- src/diff_tform.c+8-2
- src/global.c+13-11
- src/global.h+2
- src/ignore.c+45-5
- src/index.c+11-7
- src/pack-objects.c+36
- src/path.c+4-4
- src/rebase.c+139-119
- src/repository.c+5-3
- src/reset.c+3-3
- src/revwalk.c+26-2
- src/submodule.c+26-2
- src/transports/local.c+2-1
- src/tree.c+2-2
- src/util.h+117
- src/win32/pthread.c+2
- tests/attr/ignore.c+18
- tests/checkout/index.c+47
- tests/checkout/tree.c+27-2
- tests/clone/nonetwork.c+45
- tests/config/read.c+57-6
- tests/core/mkdir.c+1-1
- tests/index/filemodes.c+79
- tests/main.c+19
- tests/network/remote/remotes.c-51
- tests/online/remotes.c+52
- tests/rebase/abort.c+1-1
- tests/rebase/iterator.c+9-12
- tests/rebase/merge.c+106-43
- tests/revwalk/basic.c+17
- tests/status/ignore.c+53
- tests/submodule/modify.c+25-3
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
188 | 188 |
| |
189 | 189 |
| |
190 | 190 |
| |
|
0 commit comments