summaryrefslogtreecommitdiffstats
path: root/apply.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-30Merge branch 'js/test-symlink-windows'Junio C Hamano1-1/+1
2025-12-18apply: symbolic links lack a "trustable executable bit"Johannes Schindelin1-1/+1
2025-11-12apply: check and fix incomplete linesJunio C Hamano1-1/+12
2025-11-12apply: revamp the parsing of incomplete linesJunio C Hamano1-21/+49
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-4/+7
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-4/+7
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-7/+7
2025-07-07apply: only write intents to add for new filesRaymond E. Pasco1-1/+1
2025-07-07apply: read in the index in --intent-to-add modeRaymond E. Pasco1-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-5/+5
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-27apply: set file mode when --reverse creates a deleted fileMark Mentovai1-1/+1
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-2/+2
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt1-2/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-03apply.c: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2025-02-10Merge branch 'pw/apply-ulong-overflow-check'Junio C Hamano1-0/+3
2025-01-30apply: detect overflow when parsing hunk headerPhillip Wood1-0/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-25Merge branch 'ps/apply-leakfix'Junio C Hamano1-249/+200
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-1/+2
2024-09-17apply: refactor `struct image` to use a `struct strbuf`Patrick Steinhardt1-121/+73
2024-09-17apply: rename members that track line count and allocation lengthPatrick Steinhardt1-46/+45
2024-09-17apply: refactor code to drop `line_allocated`Patrick Steinhardt1-19/+14
2024-09-17apply: introduce macro and function to init imagesPatrick Steinhardt1-8/+14
2024-09-17apply: rename functions operating on `struct image`Patrick Steinhardt1-31/+30
2024-09-17apply: reorder functions to move image-related things togetherPatrick Steinhardt1-53/+53
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-1/+2
2024-09-09apply: support --ours, --theirs, and --union for three-way mergesAlex Henrie1-2/+18
2024-08-14Merge branch 'jk/apply-patch-mode-check-fix'Junio C Hamano1-0/+1
2024-08-05apply: canonicalize modes read from patchesJeff King1-0/+1
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