> to repack seems pretty ridiculous to me. Why wouldn't a cvs import > automatically repack and prune after the import? Current releases of git-cvsimport automatically repack after a fixed set of commits. Though maybe you want to specify on how packing is done for even better boundaries or other reasons... from git-cvsimport: commit(); if (($commitcount & 1023) == 0) { system("git repack -a -d"); } regards, Florian La Roche -- Fedora-maintainers mailing list Fedora-maintainers@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers -- Fedora-maintainers-readonly mailing list Fedora-maintainers-readonly@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly