On Tue, Apr 21, 2009 at 07:54:34PM +0200, Michał Kiedrowicz wrote: > And here is a test case: > [...] > + echo "hello" > date && > + git add date && > + git commit -m initial && > + > + git branch parallel && > + > + echo "hello" > LICENSE && > + cp LICENSE LICENSE-copy && > + git add LICENSE && > + git commit -m LICENSE && I thought the point was about _empty_ renames. This is a small but non-zero rename. -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