aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-read-cache.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2024-11-04t/helper: stop re-initialization of `the_repository`Patrick Steinhardt1-2/+0
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-04-18repository: drop `initialize_the_repository()`Patrick Steinhardt1-1/+1
2024-04-18t/helper: stop using `the_index`Patrick Steinhardt1-5/+4
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
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-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2022-11-21cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE"Ævar Arnfjörð Bjarmason1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to "t/helper/*.c"Ævar Arnfjörð Bjarmason1-2/+2
2021-12-22test-read-cache: remove --table, --expand optionsDerrick Stolee1-54/+10
2021-11-24test-read-cache.c: prepare_repo_settings after config initVictoria Dye1-2/+3
2021-03-30test-tool: don't force full indexDerrick Stolee1-1/+12
2021-03-30test-read-cache: print cache entries with --tableDerrick Stolee1-10/+45
2019-09-06test-read-cache: drop namelen variableJeff King1-3/+2
2019-05-08fsmonitor: demonstrate that it is not refreshed after discard_index()Johannes Schindelin1-1/+23
2018-03-27t/helper: merge test-read-cache into test-toolNguyễn Thái Ngọc Duy1-1/+2
2017-04-16test-read-cache: setup git dirRené Scharfe1-0/+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/+13