| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2024-11-04 | t/helper: stop re-initialization of `the_repository` | Patrick Steinhardt | 1 | -2/+0 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-04-18 | repository: drop `initialize_the_repository()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-04-18 | t/helper: stop using `the_index` | Patrick Steinhardt | 1 | -5/+4 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2022-11-21 | cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-11-21 | cocci: apply "pending" index-compatibility to "t/helper/*.c" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2021-12-22 | test-read-cache: remove --table, --expand options | Derrick Stolee | 1 | -54/+10 |
| 2021-11-24 | test-read-cache.c: prepare_repo_settings after config init | Victoria Dye | 1 | -2/+3 |
| 2021-03-30 | test-tool: don't force full index | Derrick Stolee | 1 | -1/+12 |
| 2021-03-30 | test-read-cache: print cache entries with --table | Derrick Stolee | 1 | -10/+45 |
| 2019-09-06 | test-read-cache: drop namelen variable | Jeff King | 1 | -3/+2 |
| 2019-05-08 | fsmonitor: demonstrate that it is not refreshed after discard_index() | Johannes Schindelin | 1 | -1/+23 |
| 2018-03-27 | t/helper: merge test-read-cache into test-tool | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2017-04-16 | test-read-cache: setup git dir | René Scharfe | 1 | -0/+1 |
| 2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -1/+1 |
| 2016-04-15 | test helpers: move test-* to t/helper/ subdirectory | Nguyễn Thái Ngọc Duy | 1 | -0/+13 |