Hi, On Fri, Apr 23, 2010 at 4:54 AM, martinvz <martin.von.zweigbergk@xxxxxxxxx> wrote: > git init; git config core.ignorecase false; touch a; git add a; git commit > -m a; mv a A; git add -A; git commit -m A Have you tried git mv a A; git commit -m A instead of mv a A; git add -A; git commit -m A ? -- Cheers, Ray Chuan -- 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