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