aboutsummaryrefslogtreecommitdiffstats
path: root/apply.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-1/+1
2022-03-04range-diff: plug memory leak in common invocationÆvar Arnfjörð Bjarmason1-0/+2
2022-02-05Merge branch 'rs/apply-symlinks-use-strset'Junio C Hamano1-15/+11
2022-01-07apply: use strsets to track symlinksRené Scharfe1-15/+11
2021-12-13git-apply: add --allow-empty flagJerry Zhang1-0/+1
2019-09-28apply.h: include missing headerDenton Liu1-0/+1
2019-07-11apply: make parse_git_diff_header publicThomas Gummerer1-0/+48
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+3
2018-08-15Add missing includes and forward declarationsElijah Newren1-0/+3
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy1-0/+4
2018-08-03apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy1-12/+11
2018-05-29apply: add --intent-to-addNguyễn Thái Ngọc Duy1-0/+1
2017-10-06apply: remove `newfd` from `struct apply_state`Martin Ågren1-2/+1
2017-10-06apply: move lockfile into `apply_state`Martin Ågren1-3/+2
2017-08-09apply: remove prefix_length member from apply_stateRené Scharfe1-1/+0
2016-09-07apply: learn to use a different index fileChristian Couder1-0/+1
2016-09-07apply: refactor `git apply` option parsingChristian Couder1-14/+4
2016-09-07apply: change error_routine when silentChristian Couder1-0/+8
2016-09-07apply: make it possible to silently applyChristian Couder1-1/+7
2016-09-07apply: make some parsing functions static againChristian Couder1-5/+0
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder1-0/+19
2016-09-07apply: rename and move opt constants to apply.hChristian Couder1-0/+7
2016-08-11builtin/apply: move check_apply_state() to apply.cChristian Couder1-0/+1
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingChristian Couder1-3/+3
2016-08-11builtin/apply: move init_apply_state() to apply.cChristian Couder1-0/+10
2016-08-11apply: move 'struct apply_state' to apply.hChristian Couder1-0/+100