summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)Author
2024-09-12Merge branch 'jk/apply-patch-mode-check-fix' into maint-2.46Junio C Hamano
2024-08-05apply: canonicalize modes read from patchesJeff King
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt
2024-06-11apply: fix leaking string in `match_fragment()`Patrick Steinhardt
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2024-04-25Merge branch 'rj/add-i-leak-fix'Junio C Hamano
2024-04-22apply: plug a leak in apply_dataRubén Justo
2024-04-16apply: avoid using fixed-size buffer in write_out_one_reject()René Scharfe
2024-04-15Merge branch 'rs/apply-reject-fd-leakfix'Junio C Hamano
2024-04-15Merge branch 'rs/apply-lift-path-length-limit'Junio C Hamano
2024-04-09Merge branch 'jc/apply-parse-diff-git-header-names-fix'Junio C Hamano
2024-04-05apply: don't leak fd on fdopen() errorRené Scharfe
2024-04-05apply: avoid fixed-size buffer in create_one_file()René Scharfe
2024-03-19apply: parse names out of "diff --git" more carefullyJunio C Hamano
2024-02-27Merge branch 'jc/am-whitespace-doc'Junio C Hamano
2024-02-26Merge branch 'cp/apply-core-filemode'Junio C Hamano
2024-02-14doc: add shortcut to "am --whitespace=<action>"Junio C Hamano
2023-12-26apply: code simplificationJunio C Hamano
2023-12-26apply: correctly reverse patch's pre- and post-image mode bitsJunio C Hamano
2023-12-26apply: ignore working tree filemode when !core.filemodeChandra Pratap
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'pw/apply-too-large'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-26apply: improve error messages when reading patchPhillip Wood
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21merge-ll: rename from ll-mergeElijah Newren
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24Sync with Git 2.40.1Junio C Hamano
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren
2023-04-24base85.h: move declarations for base85.c functions from cache.hElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-17Sync with 2.39.3Johannes Schindelin
2023-04-17Sync with 2.38.5Johannes Schindelin
2023-04-17Sync with 2.36.6Johannes Schindelin
2023-04-17Sync with 2.35.8Johannes Schindelin
2023-04-17Sync with 2.34.8Johannes Schindelin
2023-04-17Sync with 2.32.7Johannes Schindelin
2023-04-17Sync with 2.31.8Johannes Schindelin
2023-04-17Sync with 2.30.9Johannes Schindelin
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin