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 wantonly confused them (conflated them into
> one) and got confused about them.
> 
> I know it's an outlandish situation.  Still, when git is in a
> case-insensitive file system, it should at least check for this.

What it does it do if you have core.ignorecase set to on?

(And you did tell nothing about your platform and your Git version.)
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to