From: Junio C Hamano Date: Thu, 25 Apr 2019 07:41:19 +0000 (+0900) Subject: Merge branch 'jt/batch-fetch-blobs-in-diff' X-Git-Tag: v2.22.0-rc0~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32dc15dec1cd9e9fada2983094484ae6e4c93647;p=git Merge branch 'jt/batch-fetch-blobs-in-diff' While running "git diff" in a lazy clone, we can upfront know which missing blobs we will need, instead of waiting for the on-demand machinery to discover them one by one. Aim to achieve better performance by batching the request for these promised blobs. * jt/batch-fetch-blobs-in-diff: diff: batch fetching of missing blobs sha1-file: support OBJECT_INFO_FOR_PREFETCH --- 32dc15dec1cd9e9fada2983094484ae6e4c93647