]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jd/read-cache-trace-wo-the-repository'
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:25 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:25 +0000 (14:59 -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