]> Kevux Git Server - rit/commit
fsck: drop USE_THE_REPOSITORY
authorPatrick Steinhardt <ps@pks.im>
Mon, 23 Mar 2026 15:02:55 +0000 (16:02 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2026 15:33:10 +0000 (08:33 -0700)
commitfe5f16ecc39e2879e5b57925648984b78aaf6339
tree596a163214d736802b3124ab8141bfb8997c5b93
parent374985390871cb67c02b1608b693480e89567b9a
fsck: drop USE_THE_REPOSITORY

Stop using `the_repository` in "fsck.c" in favor of the repository that
we've already got available via `struct fsck_options`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c