On Tue, 5 Dec 2017 16:58:42 +0000 Jeff Hostetler <git@xxxxxxxxxxxxxxxxx> wrote: > From: Jeff Hostetler <jeffhost@xxxxxxxxxxxxx> > > This is V6 of part 2 of partial clone. This assumes V6 of part 1 > is already present. This version fixes a problem in fetch-pack > observed in V5. It also contains 2 "fixup" commits that are > WIP responses to comments on V5. A note on the fix of a problem in fetch-pack observed in V5: to do this, I renamed the "no_haves" setting to "no_dependents", since this setting now has a broader effect than merely suppressing "have" lines. This setting is described in patch 7 ("introduce fetch-object: fetch one promisor object"). > 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. I checked the diff between this and V5 and it looks as I expected. ("git am -3" didn't work on the patches as e-mailed to the list, though - I had to use the one hosted at GitHub [1].) [1] https://github.com/jeffhostetler/git/tree/core/pc6_p2