summaryrefslogtreecommitdiffstats
path: root/apply.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+3
|\
| * Add missing includes and forward declarationsElijah Newren2018-08-151-0/+3
* | apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy2018-08-131-0/+4
* | apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy2018-08-031-12/+11
|/
* apply: add --intent-to-addNguyễn Thái Ngọc Duy2018-05-291-0/+1
* apply: remove `newfd` from `struct apply_state`Martin Ågren2017-10-061-2/+1
* apply: move lockfile into `apply_state`Martin Ågren2017-10-061-3/+2
* apply: remove prefix_length member from apply_stateRené Scharfe2017-08-091-1/+0
* apply: learn to use a different index fileChristian Couder2016-09-071-0/+1
* apply: refactor `git apply` option parsingChristian Couder2016-09-071-14/+4
* apply: change error_routine when silentChristian Couder2016-09-071-0/+8
* apply: make it possible to silently applyChristian Couder2016-09-071-1/+7
* apply: make some parsing functions static againChristian Couder2016-09-071-5/+0
* apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder2016-09-071-0/+19
* apply: rename and move opt constants to apply.hChristian Couder2016-09-071-0/+7
* builtin/apply: move check_apply_state() to apply.cChristian Couder2016-08-111-0/+1
* apply: make init_apply_state() return -1 instead of exit()ingChristian Couder2016-08-111-3/+3
* builtin/apply: move init_apply_state() to apply.cChristian Couder2016-08-111-0/+10
* apply: move 'struct apply_state' to apply.hChristian Couder2016-08-111-0/+100