summaryrefslogtreecommitdiff
path: root/apply.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-29apply: add --intent-to-addLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2017-10-06apply: remove `newfd` from `struct apply_state`Libravatar Martin Ågren1-2/+1
2017-10-06apply: move lockfile into `apply_state`Libravatar Martin Ågren1-3/+2
2017-08-09apply: remove prefix_length member from apply_stateLibravatar René Scharfe1-1/+0
2016-09-07apply: learn to use a different index fileLibravatar Christian Couder1-0/+1
2016-09-07apply: refactor `git apply` option parsingLibravatar Christian Couder1-14/+4
2016-09-07apply: change error_routine when silentLibravatar Christian Couder1-0/+8
2016-09-07apply: make it possible to silently applyLibravatar Christian Couder1-1/+7
2016-09-07apply: make some parsing functions static againLibravatar Christian Couder1-5/+0
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Libravatar Christian Couder1-0/+19
2016-09-07apply: rename and move opt constants to apply.hLibravatar Christian Couder1-0/+7
2016-08-11builtin/apply: move check_apply_state() to apply.cLibravatar Christian Couder1-0/+1
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingLibravatar Christian Couder1-3/+3
2016-08-11builtin/apply: move init_apply_state() to apply.cLibravatar Christian Couder1-0/+10
2016-08-11apply: move 'struct apply_state' to apply.hLibravatar Christian Couder1-0/+100