| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -0/+3 |
|\ |
|
| * | Add missing includes and forward declarations | Elijah Newren | 2018-08-15 | 1 | -0/+3 |
* | | apply.c: make init_apply_state() take a struct repository | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -0/+4 |
* | | apply.h: drop extern on func declaration | Nguyễn Thái Ngọc Duy | 2018-08-03 | 1 | -12/+11 |
|/ |
|
* | apply: add --intent-to-add | Nguyễn Thái Ngọc Duy | 2018-05-29 | 1 | -0/+1 |
* | apply: remove `newfd` from `struct apply_state` | Martin Ågren | 2017-10-06 | 1 | -2/+1 |
* | apply: move lockfile into `apply_state` | Martin Ågren | 2017-10-06 | 1 | -3/+2 |
* | apply: remove prefix_length member from apply_staters/apply-lose-prefix-length | René Scharfe | 2017-08-09 | 1 | -1/+0 |
* | apply: learn to use a different index file | Christian Couder | 2016-09-07 | 1 | -0/+1 |
* | apply: refactor `git apply` option parsing | Christian Couder | 2016-09-07 | 1 | -14/+4 |
* | apply: change error_routine when silent | Christian Couder | 2016-09-07 | 1 | -0/+8 |
* | apply: make it possible to silently apply | Christian Couder | 2016-09-07 | 1 | -1/+7 |
* | apply: make some parsing functions static again | Christian Couder | 2016-09-07 | 1 | -5/+0 |
* | apply: move libified code from builtin/apply.c to apply.{c,h} | Christian Couder | 2016-09-07 | 1 | -0/+19 |
* | apply: rename and move opt constants to apply.h | Christian Couder | 2016-09-07 | 1 | -0/+7 |
* | builtin/apply: move check_apply_state() to apply.c | Christian Couder | 2016-08-11 | 1 | -0/+1 |
* | apply: make init_apply_state() return -1 instead of exit()ing | Christian Couder | 2016-08-11 | 1 | -3/+3 |
* | builtin/apply: move init_apply_state() to apply.c | Christian Couder | 2016-08-11 | 1 | -0/+10 |
* | apply: move 'struct apply_state' to apply.h | Christian Couder | 2016-08-11 | 1 | -0/+100 |