]> Kevux Git Server - rit/commit
match-trees: stop using `the_repository`
authorPatrick Steinhardt <ps@pks.im>
Tue, 17 Dec 2024 06:44:01 +0000 (07:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Dec 2024 18:44:31 +0000 (10:44 -0800)
commitd4cd757051d1c779f1d95557b7ac523a6e1803fc
tree9ad9b58c41a610f7ee4a678344aa29e54a22d66d
parente1335a940748d8e525b3a5e095f352c85644accf
match-trees: stop using `the_repository`

Stop using `the_repository` in the "match-trees" subsystem by passing
down the already-available repository parameters to internal functions
as required.

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