]> git.ipfire.org Git - thirdparty/git.git/commit
refs: stop using `the_repository`
authorPatrick Steinhardt <ps@pks.im>
Tue, 30 Jul 2024 05:22:46 +0000 (07:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jul 2024 20:41:23 +0000 (13:41 -0700)
commitf777f4d88440e9f04476a115a82809de19efc926
tree75f95f917939a01eafba75187e209b5cad118ed0
parent39bf06adf96da25b87c9aa7d35a32ef3683eb4a4
refs: stop using `the_repository`

Convert "refs.c" to stop using `the_repository` in favor of the repo
that gets passed in via `struct ref_store`.

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