Using .gitattributes
file at a GIT repository I can tell the system how to manage some files concerning differences, end of line substitution and so on.
I wonder if, by the same or other mechanism, is it possible to tell git not to take case differences as file differences. That would be very useful to manage old VB6 code whose case is continuously change by its IDE.