summaryrefslogtreecommitdiffstats
path: root/apply.c
AgeCommit message (Expand)AuthorLines
13 daysMerge branch 'jc/whitespace-incomplete-line'Junio C Hamano-2/+10
2026-03-30Merge branch 'jw/apply-corrupt-location'Junio C Hamano-26/+74
2026-03-27Merge branch 'mf/apply-p-no-atoi'Junio C Hamano-1/+2
2026-03-17apply: fix new-style empty context line triggering incomplete-line checkJunio C Hamano-2/+10
2026-03-17apply: report input location in binary and garbage patch errorsJialong Wang-4/+6
2026-03-17apply: report input location in header parsing errorsJialong Wang-21/+65
2026-03-17apply: report the location of corrupt patchesJialong Wang-1/+3
2026-03-16apply.c: fix -p argument parsingMirko Faina-1/+2
2026-03-04Merge branch 'jr/apply-directory-normalize'Junio C Hamano-0/+4
2026-02-27Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano-0/+20
2026-02-20apply: normalize path in --directory argumentJoaquim Rocha-0/+4
2026-02-17Merge branch 'rs/xdiff-wo-the-repository'Junio C Hamano-3/+3
2026-02-10xdiff-interface: stop using the_repositoryRené Scharfe-3/+3
2026-02-05whitespace: symbolic links usually lack LF at the endJunio C Hamano-0/+20
2026-02-05global: constify some pointers that are not written toCollin Funk-1/+1
2025-12-30Merge branch 'js/test-symlink-windows'Junio C Hamano-1/+1
2025-12-18apply: symbolic links lack a "trustable executable bit"Johannes Schindelin-1/+1
2025-11-12apply: check and fix incomplete linesJunio C Hamano-1/+12
2025-11-12apply: revamp the parsing of incomplete linesJunio C Hamano-21/+49
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano-4/+7
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt-2/+2
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-1/+1
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt-4/+7
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-7/+7
2025-07-07apply: only write intents to add for new filesRaymond E. Pasco-1/+1
2025-07-07apply: read in the index in --intent-to-add modeRaymond E. Pasco-1/+1
2025-07-01odb: rename `has_object()`Patrick Steinhardt-1/+1
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt-5/+5
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-05-27apply: set file mode when --reverse creates a deleted fileMark Mentovai-1/+1
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano-2/+2
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt-2/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-03-03apply.c: *.txt -> *.adoc fixesTodd Zullinger-1/+1
2025-02-10Merge branch 'pw/apply-ulong-overflow-check'Junio C Hamano-0/+3
2025-01-30apply: detect overflow when parsing hunk headerPhillip Wood-0/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-09-25Merge branch 'ps/apply-leakfix'Junio C Hamano-249/+200
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano-1/+2
2024-09-17apply: refactor `struct image` to use a `struct strbuf`Patrick Steinhardt-121/+73
2024-09-17apply: rename members that track line count and allocation lengthPatrick Steinhardt-46/+45
2024-09-17apply: refactor code to drop `line_allocated`Patrick Steinhardt-19/+14
2024-09-17apply: introduce macro and function to init imagesPatrick Steinhardt-8/+14
2024-09-17apply: rename functions operating on `struct image`Patrick Steinhardt-31/+30
2024-09-17apply: reorder functions to move image-related things togetherPatrick Steinhardt-53/+53
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-1/+2
2024-09-09apply: support --ours, --theirs, and --union for three-way mergesAlex Henrie-2/+18
2024-08-14Merge branch 'jk/apply-patch-mode-check-fix'Junio C Hamano-0/+1
2024-08-05apply: canonicalize modes read from patchesJeff King-0/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano-32/+56