Geert Bosch <bosch@xxxxxxxxxxx> wrote: > significant > speedups, especially during large imports that currently require > frequent > repacking of the entire repository. Large imports should be using fast-import, and then issue a single massive `git repack -f --window=250 --depth=50` or some such repack command after the entire import is complete. If your favorite import tool (*cough* git-svn *cough*) can't use fast-import, and you are importing a large enough repository that this matters to you, use another importer that can use fast-import. -- Shawn. -- 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