t/helper: stop using `the_index`
commit319ba144076c27f3451bb73834839e9441a9c180
authorPatrick Steinhardt <ps@pks.im>
Thu, 18 Apr 2024 12:14:09 +0000 (18 14:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Apr 2024 19:30:41 +0000 (18 12:30 -0700)
tree8aac610d2f6410eba667b54f0574ceec6bd6de87
parent21306a098c3f174ad4c2a5cddb9069ee27a548b0
t/helper: stop using `the_index`

Convert test-helper tools to use `the_repository->index` instead of
`the_index`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-cache-tree.c
t/helper/test-dump-cache-tree.c
t/helper/test-dump-split-index.c
t/helper/test-dump-untracked-cache.c
t/helper/test-lazy-init-name-hash.c
t/helper/test-read-cache.c
t/helper/test-scrap-cache-tree.c
t/helper/test-write-cache.c