On Wed, May 12, 2010 at 08:49:48AM -0400, Jeff King wrote: > Anyway, here is the patch. My testing so far has been very simple, so > please try it on a few repos and let me know if it does what you expect > in all cases. Note that is based on "next", as it has Bo's > find_copies_harder patch. By the way, here are some basic speed tests in git.git: $ time git log builtin >/dev/null real 0m0.486s user 0m0.468s sys 0m0.016s $ time git log --follow builtin >/dev/null real 0m23.518s user 0m23.469s sys 0m0.040s So it's _way_ slower, but still snappy enough with the first few commits not to be awful. However, I haven't done any profiling, so it may be that we can improve that by limiting the rename-detection diff only to interesting paths. -Peff -- 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