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