]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitc7ca437d9f713b043ed900b18b630cb70653e762
treee90206e279b32fbd3c279484c6fbcf2df37eb976
parent5a74eb07cadfc56bdfe5b5c6711370da8426fae8
parent9d36dbd1ff6e216abb961bfbc970d266a7826779
Merge branch 'ps/refs-wo-the-repository'

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`