Merge branch 'ro/mktree-allow-missing-fix' into maint
commit54ec7b817d15d4e7a24935286a9f8382ce216651
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Jul 2022 20:00:30 +0000 (27 13:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jul 2022 20:00:30 +0000 (27 13:00 -0700)
tree040d2703e11db2437b366fa1c7a0c2231c9dc927
parent162cfddb466111636232b7a6e75f50fe4d57ce8e
parent817b0f60271086fb53fca2e56d426507b82c7dbd
Merge branch 'ro/mktree-allow-missing-fix' into maint

"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.
source: <748f39a9-65aa-2110-cf92-7ddf81b5f507@roku.com>

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