]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jd/unpack-trees-wo-the-repository' into seen
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:21:55 +0000 (10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:21:55 +0000 (10:21 +0900)
A handful of inappropriate uses of the_repository have been
rewritten to use the right repository structure instance in the
unpack-trees.c codepath.

Comments?

* jd/unpack-trees-wo-the-repository:
  unpack-trees: use repository from index instead of global
  unpack-trees: use repository from index instead of global


Trivial merge