]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jd/read-cache-trace-wo-the-repository' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:34:31 +0000 (10:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:34:31 +0000 (10:34 -0700)
A handful of inappropriate uses of the_repository have been
rewritten to use the right repository structure instance in the
read-cache.c codepath.

* jd/read-cache-trace-wo-the-repository:
  read-cache: use istate->repo for trace2 logging


Trivial merge