Nick Triantos <nick@xxxxxxxxxxxxxxxxxxx> writes: > Is there an easy way to unpack the pack file and see what's inside (including sizes)? Unpack? (mkdir /var/tmp/junk && cd /var/tmp/junk && git init && git unpack-objects) <.git/objects/pack/pack-$that_one.pack It might also be interesting to see git verify-pack -v .git/objects/pack/pack-$that_one.pack -- 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