summaryrefslogtreecommitdiff
path: root/apply.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+5
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-5/+8
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-5/+8
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+6
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+2
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2023-02-14Merge branch 'jk/unused-post-2.39' into maint-2.39Junio C Hamano1-2/+2
2023-02-13Sync with Git 2.39.2Junio C Hamano1-0/+27
2023-02-06Sync with 2.38.4Johannes Schindelin1-0/+27
2023-02-06Sync with 2.36.5Johannes Schindelin1-0/+27
2023-02-06Sync with 2.35.7Johannes Schindelin1-0/+27
2023-02-06Sync with 2.34.7Johannes Schindelin1-0/+27
2023-02-06Sync with 2.32.6Johannes Schindelin1-0/+27
2023-02-06Sync with 2.31.7Johannes Schindelin1-0/+27
2023-02-06Sync with 2.30.8Johannes Schindelin1-0/+27
2023-02-03apply: fix writing behind newly created symbolic linksPatrick Steinhardt1-0/+27
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason1-1/+1
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason1-1/+1
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King1-2/+2
2022-10-30Merge branch 'tb/cap-patch-at-1gb'Taylor Blau1-1/+11
2022-10-25apply: reject patches larger than ~1 GiBTaylor Blau1-1/+11
2022-10-17apply: mark unused parameters in noop error/warning routineJeff King1-1/+1
2022-10-17apply: mark unused parameters in handlersJeff King1-8/+8
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-3/+3
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano1-3/+3
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-3/+3
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-6/+6
2022-03-04range-diff: plug memory leak in common invocationÆvar Arnfjörð Bjarmason1-1/+6
2022-02-25object-file API: have hash_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-2/+2
2022-02-25object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason1-4/+4
2022-02-16Merge branch 'en/remerge-diff'Junio C Hamano1-1/+4
2022-02-05Merge branch 'rs/apply-symlinks-use-strset'Junio C Hamano1-34/+8