2011/11/4 Shawn Pearce <spearce@xxxxxxxxxxx>: > By the time you get done with all of that, your "ticket" might as well > be the name of a pack file. And your "resume information" is just a > pack file itself. Which would be very expensive to recreate. I'll deal with initial clone case only here. Can we make git protocol send multiple packs, then send on-disk packs one by one together with pack SHA1? This way we do not need to recreate anything. If new packs are created during cloning, git client should be able to construct "have" list from good packs and fetch updates from server again. -- Duy -- 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