Hi Is there any special regard given to windows case-insensitive filesystem? I ask because we've just tripped up over a commit that merely capitalized a folder name that was previously lower case, resulting in two copies of the folder in git. That leads to endless problems with deleted files triggering "file missing" or "file untracked" messages from git status.
Committing a remove of the folder and readding it has fixed the issue, but obviously it would be good if that situation couldn't occur again. I've googled around a bit and found some mention and patches for core.ignorecase, but setting that true doesn't appear to make any difference. I'm using the latest installer (the april build), if that helps. Cheers Lee
