]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/refs-wo-the-repository'
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:52 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Aug 2024 21:54:52 +0000 (14:54 -0700)
In the refs subsystem, implicit reliance of the_repository has been
eliminated; the repository associated with the ref store object is
used instead.

* ps/refs-wo-the-repository:
  refs/reftable: stop using `the_repository`
  refs/packed: stop using `the_repository`
  refs/files: stop using `the_repository`
  refs/files: stop using `the_repository` in `parse_loose_ref_contents()`
  refs: stop using `the_repository`


Trivial merge