Git-Win: case insensitive names

2015-06-01 Thread Vadim Kramer
Hi, Just had to deal with a nasty cross-UNIX/Windows problem. Two files in the repository were in the same direcory and had the same name differing only by the case of some of the letters. While checking them out, git wantonly confused them (conflated them into one) and got confused about them.

Re: Git-Win: case insensitive names

2015-06-01 Thread Konstantin Khomoutov
On Mon, 1 Jun 2015 13:30:19 -0400 Vadim Kramer vkokie...@gmail.com wrote: Just had to deal with a nasty cross-UNIX/Windows problem. Two files in the repository were in the same direcory and had the same name differing only by the case of some of the letters. While checking them out, git