Git conflict with differently named directory name

I am using msysgit 1.8.1 and I have a problem with the directory. I have set core.ignorecase to true. But I have a case where git seems to have a folder under two different shells. So when I do git add -A, it picks up the change to a specific file along the path

tools \ TALRGB \ TalRgb.vcxproj

but the way

TOOLS \ TALRGB \ TalRgb.vcxproj

always displayed as unreported change. This does not seem to cause any problems, but it will be a problem if I abandon other developers. How can I get git to not do this?

This question is related to git add will not create specific files

+4
source share

All Articles