summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30Merge branch 'ty/migrate-excludes-file'Junio C Hamano1-8/+20
2026-07-30Merge branch 'ty/migrate-trust-executable-bit'Junio C Hamano1-3/+3
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-4/+6
2026-07-20environment: move has_symlinks into repo_config_valuesTian Yuchen1-1/+1
2026-07-20environment: move trust_executable_bit into repo_config_valuesTian Yuchen1-1/+1
2026-07-20read-cache: pass 'repo' to 'ce_mode_from_stat()'Tian Yuchen1-1/+1
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-1/+1
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-4/+6
2026-07-14environment: migrate apply_default_whitespace and apply_default_ignorewhitespaceTian Yuchen1-8/+20
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-1/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-3/+3
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin1-1/+1
2026-05-16apply: plug leak on "patch too large" errorJeff King1-2/+4
2026-04-07Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano1-2/+10
2026-03-30Merge branch 'jw/apply-corrupt-location'Junio C Hamano1-26/+74
2026-03-27Merge branch 'mf/apply-p-no-atoi'Junio C Hamano1-1/+2
2026-03-17apply: fix new-style empty context line triggering incomplete-line checkJunio C Hamano1-2/+10
2026-03-17apply: report input location in binary and garbage patch errorsJialong Wang1-4/+6
2026-03-17apply: report input location in header parsing errorsJialong Wang1-21/+65
2026-03-17apply: report the location of corrupt patchesJialong Wang1-1/+3
2026-03-16apply.c: fix -p argument parsingMirko Faina1-1/+2
2026-03-04Merge branch 'jr/apply-directory-normalize'Junio C Hamano1-0/+4
2026-02-27Merge branch 'jc/whitespace-incomplete-line'Junio C Hamano1-0/+20
2026-02-20apply: normalize path in --directory argumentJoaquim Rocha1-0/+4
2026-02-17Merge branch 'rs/xdiff-wo-the-repository'Junio C Hamano1-3/+3
2026-02-10xdiff-interface: stop using the_repositoryRené Scharfe1-3/+3
2026-02-05whitespace: symbolic links usually lack LF at the endJunio C Hamano1-0/+20
2026-02-05global: constify some pointers that are not written toCollin Funk1-1/+1
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