aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-dump-split-index.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-04-18t/helper: stop using `the_index`Patrick Steinhardt1-6/+5
2023-07-13t/helper: mark unused callback void data parametersJeff King1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-06-21repository.h: move declaration of the_index from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+1
2023-03-28t/helper: mark unused argv/argc argumentsJeff King1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-11-21cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-0/+1
2020-02-24t/helper/test-dump-split-index: initialize git repositorybrian m. carlson1-0/+2
2018-05-02Update struct index_state to use struct object_idbrian m. carlson1-1/+1
2018-05-02split-index: convert struct split_index to object_idbrian m. carlson1-1/+1
2018-03-27t/helper: merge test-dump-split-index into test-toolNguyễn Thái Ngọc Duy1-1/+2
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson1-1/+1
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano1-1/+1
2016-04-15test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy1-0/+36