Hi, On Tue, 28 Aug 2007, Reece Dunn wrote: > Running the following: > > echo "hello" > foo > git add foo && git commit -m "move test (1)" > git mv foo Foo > > using a case-insensitive filesystem (this was done running git 1.5.0.3 > and git 1.5.1.3 on Windows using cygwin), I get the following error: > > fatal: destination exists, source=foo, destination=Foo What did you expect? A regular "mv foo Foo" does not work either! So it is not like this is a bug in git, but in your setup. Ciao, Dscho - 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