]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ro/mktree-allow-missing-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:53 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:53 +0000 (14:54 -0700)
"git mktree --missing" lazily fetched objects that are missing from
the local object store, which was totally unnecessary for the purpose
of creating the tree object(s) from its input.

* ro/mktree-allow-missing-fix:
  mktree: do not check type of remote objects


Trivial merge