Re: [PATCH v2 0/2] Batch fetching of missing blobs in diff and show

2019-04-05 Thread Jeff King
On Fri, Mar 29, 2019 at 02:39:26PM -0700, Jonathan Tan wrote: > Thanks, everyone for the review. > > Changes from v1: > - used test_when_finished (Szeder) > - used flag to inhibit fetching of missing objects (Dscho) > - moved the prefetch so that it also works if we request rename >detecti

[PATCH v2 0/2] Batch fetching of missing blobs in diff and show

2019-03-29 Thread Jonathan Tan
Thanks, everyone for the review. Changes from v1: - used test_when_finished (Szeder) - used flag to inhibit fetching of missing objects (Dscho) - moved the prefetch so that it also works if we request rename detection, and included a test demonstrating that (not sure if that was what Peff