Merge branch 'jt/bulk-prefetch'
commit8230107f336b29d25111c517639b8cd5717c8416
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 21:06:42 +0000 (2 14:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 21:06:42 +0000 (2 14:06 -0700)
treeb24d756b13a4877290c6369d9833d8e6e8f28120
parente9fe413fc29efac6d223cf1bd0cad10231e37df3
parentd3da223f2214ebc1527ccf66428aa975de916682
Merge branch 'jt/bulk-prefetch'

"git read-tree" had a codepath where blobs are fetched one-by-one
from the promisor remote, which has been corrected to fetch in bulk.

* jt/bulk-prefetch:
  cache-tree: prefetch in partial clone read-tree
  unpack-trees: refactor prefetching code
cache.h
read-cache.c
unpack-trees.c