I'm aware that I can tell git to do line ending conversion, however the case sensitivity thing was basically git thought it had a file Foo.txt that was untracked and a file foo.txt that was, then when I try to do some things git refuses to do it because it thinks it's about to blow away something... (ie checkout a new file on top of an untracked one)
Posted Apr 8, 2010 18:19 UTC (Thu) by dlang (✭ supporter ✭, #313)
[Link]
I believe that you can set case sensitivity as well. There has definitely been a lot of discussion on the subject and how to deal with it. I just don't remember how to configure it.