On 2008-02-29 10:55:41 +0000, Paul Gardiner wrote: > There's advantage to repacking a repository after using > git-fast-import. If that repacked repository is then git-pushed to > another, is there any point in repacking the other afterwards? I'm > guessing not, but just checking. No, there isn't. The pack is essentially sent unmodified over the wire. (IIRC, packs were originally conceived as a way of reducing transfer bandwidth, and were later adopted for on-disk storage as well. But I might be mistaken.) -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle -- 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