On Sun, Jun 15, 2008 at 04:06:16PM +0200, Johan Herland wrote: > + pack_refs(PACK_REFS_ALL); I haven't looked carefully at the pack_refs code, but my understanding was that this would pack _all_ refs, including branches. Don't we generally try to leave branches unpacked, since they change a lot? IOW, shouldn't this just be "pack_refs(0)"? -Peff -- 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