]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/bulk-prefetch'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 21:06:42 +0000 (14:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Aug 2021 21:06:42 +0000 (14:06 -0700)
"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

1  2 
cache.h
read-cache.c
unpack-trees.c

diff --cc cache.h
Simple merge
diff --cc read-cache.c
Simple merge
diff --cc unpack-trees.c
Simple merge