On Wed, 22 Nov 2017 14:25:13 +0900 Junio C Hamano <gitster@xxxxxxxxx> wrote: > Jeff Hostetler <git@xxxxxxxxxxxxxxxxx> writes: > > > From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> > > > > This is V5 of part 2 of partial clone. This assumes V5 of part 1 > > is already present. V5 includes minor cleanup over V4 and better > > separates the --exclude-promisor-objects and --missing arguments. > > > > Part 2 is concerned with fsck, gc, initial support for dynamic > > object fetching, and tracking promisor objects. Jonathan Tan > > originally developed this code. I have moved it on top of > > part 1 and updated it slightly. > > Thanks, will replace/queue all three series. I am getting a feeling > that the first one is already ready for 'next', while the other two > may want to see a bit more comments? Yes, I think so too. Jeff Hostetler and I noticed some issues occuring when some other Git commands dynamically fetch objects due to the fact that those commands and fetch-pack use overlapping object flags. At the very least, we should look at that before it goes into next.