summaryrefslogtreecommitdiff
path: root/apply.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-04range-diff: plug memory leak in common invocationLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2022-02-05Merge branch 'rs/apply-symlinks-use-strset'Libravatar Junio C Hamano1-15/+11
2022-01-07apply: use strsets to track symlinksLibravatar René Scharfe1-15/+11
2021-12-13git-apply: add --allow-empty flagLibravatar Jerry Zhang1-0/+1
2019-09-28apply.h: include missing headerLibravatar Denton Liu1-0/+1
2019-07-11apply: make parse_git_diff_header publicLibravatar Thomas Gummerer1-0/+48
2018-08-20Merge branch 'en/incl-forward-decl'Libravatar Junio C Hamano1-0/+3
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+3
2018-08-13apply.c: make init_apply_state() take a struct repositoryLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2018-08-03apply.h: drop extern on func declarationLibravatar Nguyễn Thái Ngọc Duy1-12/+11
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