summaryrefslogtreecommitdiff
path: root/apply.h
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-1/+1
* range-diff: plug memory leak in common invocationÆvar Arnfjörð Bjarmason2022-03-041-0/+2
* Merge branch 'rs/apply-symlinks-use-strset'Junio C Hamano2022-02-051-15/+11
|\
| * apply: use strsets to track symlinksRené Scharfe2022-01-071-15/+11
* | git-apply: add --allow-empty flagJerry Zhang2021-12-131-0/+1
|/
* apply.h: include missing headerDenton Liu2019-09-281-0/+1
* apply: make parse_git_diff_header publicThomas Gummerer2019-07-111-0/+48
* 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_staters/apply-lose-prefix-lengthRené 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