Thanks, I had forgotten about "git mv". Still, when you receive just a tarball of code (actually from another VCS in my case), you would have to figure out which files had been renamed, before you could run the command, so it is not very useful in scripting in this case. Maybe what I could/should do is something like "git rm -rf *; <untar> ; git add -A"? /Martin -- View this message in context: http://git.661346.n2.nabble.com/Problems-with-file-name-case-on-Windows-tp4947131p4950180.html Sent from the git mailing list archive at Nabble.com. -- 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