Jon Smirl wrote: > If you haven't updated for six months when the server walks backwards > for 10 change sets it's not going to find anything you have locally. > When this situation is encountered the server needs to generate a > delta just for you between one of the change sets it knows you have > and one of the 10 change sets you want. By generating this one-off > delta it lets you avoid the need to fetch all of the objects back to a > common branch ancestor. The delta functions as a jump over the > intervening space. I don't understand. Git is _not_ patchset based (like GNU Arch, or Mercurial, or CVS). It is snapshot based. So if you want to download "skip", you need only for the local part of doenloader to make appropriate grafts, like below *--*--*--*--*--*--*--*--*--*--*--HEAD (server) *--*--*...........*--*--*--*--*--HEAD (shallow/sparse clone) But the part you were talking about is _easy_ part; the hard part is merges including merging branch which was split off the trunk before cutoff-point, history rewriting (c.f. 'pu' branch, and rebases), etc. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html