Shawn Pearce <spearce@xxxxxxxxxxx> writes: > ... I fear that > you are going to bump up against address space limitations soon > on 32 bit systems. Then you will bump up against the 4 GiB pack > file size limit. Which means you will need to use several packs > and avoid the '-a' flag when calling git-repack. I presume that you are hinting that we would need to update git-repack so that it is still useful without --all. Which means "pack-objects --unpacked=active-pack" would need to be pushed out so that git-repack can be updated to do the "archived ones and repacking the active pack" we talked about earlier. I think pack-objects --unpacked=active-pack is ready, so I'll push it out. - 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