config: introduce missing setters that take repo as parameter
commit909a2bfb1ff29df388be58b777c4c71186a3e90f
authorPatrick Steinhardt <ps@pks.im>
Tue, 13 Aug 2024 09:13:43 +0000 (13 11:13 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Aug 2024 17:01:02 +0000 (13 10:01 -0700)
tree038a61f4e98d8702731c6c1e555dd65e10b2d1d6
parent7ac16649eca0ee206fdb203a76fa4330484b3b6a
config: introduce missing setters that take repo as parameter

While we already provide some of the config-setting interfaces with a
`struct repository` as parameter, others only have a variant that
implicitly depends on `the_repository`. Fill in those gaps such that we
can start to deprecate the repo-less variants.

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