]> git.ipfire.org Git - thirdparty/git.git/commit
trace: stop using `the_repository`
authorPatrick Steinhardt <ps@pks.im>
Tue, 17 Dec 2024 06:43:50 +0000 (07:43 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Dec 2024 18:44:30 +0000 (10:44 -0800)
commitbd0c0fb790dcb6cd32a585e1d9fcb0a4a4f7379b
tree106b99f27572abbb1b4b04db2b37a4896f624dcb
parent59b6131a677b0b45fb7fd54ba60dbf689b0a1797
trace: stop using `the_repository`

Stop using `the_repository` in the "trace" subsystem by passing in a
repository when setting up tracing.

Adjust the only caller accordingly.

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