]> git.ipfire.org Git - thirdparty/git.git/commit
refs/files: use correct repository
authorPatrick Steinhardt <ps@pks.im>
Fri, 17 May 2024 08:19:19 +0000 (10:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 May 2024 17:33:40 +0000 (10:33 -0700)
commitc9e9723e1fc6c655420d438c33a4e276d00ff2c9
treefd3f3c67f2739e03d0b6b9285d65eb24e2a40117
parent2bb444b19669efaa3c50621b54e8bcd98ea5442d
refs/files: use correct repository

There are several places in the "files" backend where we use
`the_repository` instead of the repository associated with the ref store
itself. Adapt those to use the correct repository.

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