On 1/5/07, Shawn O. Pearce <spearce@xxxxxxxxxxx> wrote:
git-prune is expensive. Very expensive on very large projects, as it must iterate every object to decide what is needed, before it can start to remove objects that aren't needed. Yes, it doesn't deal with removing pack files. That's what the -d to git-repack is for.
Not nearly as expensive as git-repack, that's for sure. :) And - I originally thought that adding '-d' to git-repack just told it to call 'git-prune' afterwards. It does more than that, which is cool. Happily importing away - up to r320k now. - 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