Age | Commit message (Expand) | Author | Files | Lines |
2024-09-09 | apply: support --ours, --theirs, and --union for three-way merges | Alex Henrie | 1 | -0/+1 |
2024-07-08 | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 1 | -1/+1 |
2024-06-14 | hash-ll: merge with "hash.h" | Patrick Steinhardt | 1 | -1/+1 |
2024-06-11 | parse-options: fix leaks for users of OPT_FILENAME | Patrick Steinhardt | 1 | -1/+1 |
2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -1/+1 |
2022-03-04 | range-diff: plug memory leak in common invocation | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2022-02-05 | Merge branch 'rs/apply-symlinks-use-strset' | Junio C Hamano | 1 | -15/+11 |
2022-01-07 | apply: use strsets to track symlinks | René Scharfe | 1 | -15/+11 |
2021-12-13 | git-apply: add --allow-empty flag | Jerry Zhang | 1 | -0/+1 |
2019-09-28 | apply.h: include missing header | Denton Liu | 1 | -0/+1 |
2019-07-11 | apply: make parse_git_diff_header public | Thomas Gummerer | 1 | -0/+48 |
2018-08-20 | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 1 | -0/+3 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+3 |
2018-08-13 | apply.c: make init_apply_state() take a struct repository | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2018-08-03 | apply.h: drop extern on func declaration | Nguyễn Thái Ngọc Duy | 1 | -12/+11 |
2018-05-29 | apply: add --intent-to-add | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2017-10-06 | apply: remove `newfd` from `struct apply_state` | Martin Ågren | 1 | -2/+1 |
2017-10-06 | apply: move lockfile into `apply_state` | Martin Ågren | 1 | -3/+2 |
2017-08-09 | apply: remove prefix_length member from apply_state | René Scharfe | 1 | -1/+0 |
2016-09-07 | apply: learn to use a different index file | Christian Couder | 1 | -0/+1 |
2016-09-07 | apply: refactor `git apply` option parsing | Christian Couder | 1 | -14/+4 |
2016-09-07 | apply: change error_routine when silent | Christian Couder | 1 | -0/+8 |
2016-09-07 | apply: make it possible to silently apply | Christian Couder | 1 | -1/+7 |
2016-09-07 | apply: make some parsing functions static again | Christian Couder | 1 | -5/+0 |
2016-09-07 | apply: move libified code from builtin/apply.c to apply.{c,h} | Christian Couder | 1 | -0/+19 |
2016-09-07 | apply: rename and move opt constants to apply.h | Christian Couder | 1 | -0/+7 |
2016-08-11 | builtin/apply: move check_apply_state() to apply.c | Christian Couder | 1 | -0/+1 |
2016-08-11 | apply: make init_apply_state() return -1 instead of exit()ing | Christian Couder | 1 | -3/+3 |
2016-08-11 | builtin/apply: move init_apply_state() to apply.c | Christian Couder | 1 | -0/+10 |
2016-08-11 | apply: move 'struct apply_state' to apply.h | Christian Couder | 1 | -0/+100 |