From: Junio C Hamano Date: Tue, 4 Aug 2020 20:53:57 +0000 (-0700) Subject: Merge branch 'jt/pack-objects-prefetch-in-batch' X-Git-Tag: v2.29.0-rc0~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c454b3825777493eada736423db75e8b128dd83;p=thirdparty%2Fgit.git Merge branch 'jt/pack-objects-prefetch-in-batch' While packing many objects in a repository with a promissor remote, lazily fetching missing objects from the promissor remote one by one may be inefficient---the code now attempts to fetch all the missing objects in batch (obviously this won't work for a lazy clone that lazily fetches tree objects as you cannot even enumerate what blobs are missing until you learn which trees are missing). * jt/pack-objects-prefetch-in-batch: pack-objects: prefetch objects to be packed pack-objects: refactor to oid_object_info_extended --- 5c454b3825777493eada736423db75e8b128dd83