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