summaryrefslogtreecommitdiffstats
path: root/apply.c
AgeCommit message (Expand)AuthorLines
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-0/+3
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano-0/+2
2023-04-24Sync with Git 2.40.1Junio C Hamano-2/+12
2023-04-24ws.h: move declarations for ws.c functions from cache.hElijah Newren-0/+1
2023-04-24base85.h: move declarations for base85.c functions from cache.hElijah Newren-0/+1
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren-0/+1
2023-04-17Sync with 2.39.3Johannes Schindelin-2/+12
2023-04-17Sync with 2.38.5Johannes Schindelin-2/+12
2023-04-17Sync with 2.36.6Johannes Schindelin-2/+12
2023-04-17Sync with 2.35.8Johannes Schindelin-2/+12
2023-04-17Sync with 2.34.8Johannes Schindelin-2/+12
2023-04-17Sync with 2.32.7Johannes Schindelin-2/+12
2023-04-17Sync with 2.31.8Johannes Schindelin-2/+12
2023-04-17Sync with 2.30.9Johannes Schindelin-2/+12
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin-2/+12
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano-0/+5
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano-5/+8
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-5/+8
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-3/+6
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-2/+2
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren-0/+1
2023-02-14Merge branch 'jk/unused-post-2.39' into maint-2.39Junio C Hamano-2/+2
2023-02-13Sync with Git 2.39.2Junio C Hamano-0/+27
2023-02-06Sync with 2.38.4Johannes Schindelin-0/+27
2023-02-06Sync with 2.36.5Johannes Schindelin-0/+27
2023-02-06Sync with 2.35.7Johannes Schindelin-0/+27
2023-02-06Sync with 2.34.7Johannes Schindelin-0/+27
2023-02-06Sync with 2.32.6Johannes Schindelin-0/+27
2023-02-06Sync with 2.31.7Johannes Schindelin-0/+27
2023-02-06Sync with 2.30.8Johannes Schindelin-0/+27
2023-02-03apply: fix writing behind newly created symbolic linksPatrick Steinhardt-0/+27
2023-01-17treewide: always have a valid "index_state.repo" memberÆvar Arnfjörð Bjarmason-1/+1
2023-01-16cache API: add a "INDEX_STATE_INIT" macro/function, add release_index()Ævar Arnfjörð Bjarmason-1/+1
2022-12-13ws: drop unused parameter from ws_blank_line()Jeff King-2/+2
2022-10-30Merge branch 'tb/cap-patch-at-1gb'Taylor Blau-1/+11
2022-10-25apply: reject patches larger than ~1 GiBTaylor Blau-1/+11
2022-10-17apply: mark unused parameters in noop error/warning routineJeff King-1/+1
2022-10-17apply: mark unused parameters in handlersJeff King-8/+8
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano-3/+3
2022-05-02Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano-3/+3
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-3/+3
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano-6/+6