Jeff King <peff@xxxxxxxx> wrote: > 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 Yes, you are right. But change these echos to touch and you'll see that this bug happens if date and LICENSE are the same, not necessary empty. Michał Kiedrowicz -- 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