]> git.ipfire.org Git - thirdparty/git.git/commit
setup: replace use of `the_repository` in static functions
authorPatrick Steinhardt <ps@pks.im>
Tue, 19 May 2026 09:52:05 +0000 (11:52 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 10:36:23 +0000 (19:36 +0900)
commitbb50ec6b26a37789208c18d0d3f7cbf047090145
tree15eae532f134c6962912fe6a509240c8e74a3d8c
parent68aca6b91299738150f71035d0033af6987fe455
setup: replace use of `the_repository` in static functions

Replace the use of `the_repository` in "setup.c" for all static
functions. For now, we simply add `the_repository` to invocations of
these functions. This will be addressed in subsequent commits, where
we'll move up `the_repository` one more layer to callers of "setup.c".

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