aboutsummaryrefslogtreecommitdiff
path: root/apply.h
Commit message (Expand)AuthorAge
* apply: remove `newfd` from `struct apply_state`Martin Ågren2017-10-06
* apply: move lockfile into `apply_state`Martin Ågren2017-10-06
* apply: remove prefix_length member from apply_stateRené Scharfe2017-08-09
* apply: learn to use a different index fileChristian Couder2016-09-07
* apply: refactor `git apply` option parsingChristian Couder2016-09-07
* apply: change error_routine when silentChristian Couder2016-09-07
* apply: make it possible to silently applyChristian Couder2016-09-07
* apply: make some parsing functions static againChristian Couder2016-09-07
* apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder2016-09-07
* apply: rename and move opt constants to apply.hChristian Couder2016-09-07
* builtin/apply: move check_apply_state() to apply.cChristian Couder2016-08-11
* apply: make init_apply_state() return -1 instead of exit()ingChristian Couder2016-08-11
* builtin/apply: move init_apply_state() to apply.cChristian Couder2016-08-11
* apply: move 'struct apply_state' to apply.hChristian Couder2016-08-11