Re: [git-users] git and filename case sensitivity

2014-09-05 Thread Konstantin Khomoutov
On Thu, 28 Aug 2014 00:48:22 -0700 (PDT) Alcolo Alcolo wrote: [...] > > As to the problem at hand: try messing with the core.ignorecase > > Git configuration variable [1]. > > > > Note that NTFS (the file system used by default in Windows) is > > case *preserving* but case insensitive. That i

Re: [git-users] git and filename case sensitivity

2014-08-28 Thread Alcolo Alcolo
Le mercredi 27 août 2014 18:42:17 UTC+2, Konstantin Khomoutov a écrit : > > On Wed, 27 Aug 2014 07:44:11 -0700 (PDT) > There's no such thing as "git-scm": "Git" is this particular SCM system > and its official native Windows port is called "Git for Windows" > (and this is what TortoiseGit is u

Re: [git-users] git and filename case sensitivity

2014-08-27 Thread Dale R. Worley
> From: Konstantin Khomoutov > What I'm leading you to, is that, IMO, trying to fight this behaviour > relied upon by so many pieces of software is counter-productive except > for very special and isolated cases. > So I'd rather fix the project you're working on to have portable > filenames (say,

Re: [git-users] git and filename case sensitivity

2014-08-27 Thread Konstantin Khomoutov
On Wed, 27 Aug 2014 07:44:11 -0700 (PDT) Alcolo Alcolo wrote: > There is a way to configure my git-scm to be case sensitive ? [...] > I can use cygwin git, but I'd like to use tortoiseGit based on > git-scm. Then I would like to have the same behaviour. There's no such thing as "git-scm": "Git"

[git-users] git and filename case sensitivity

2014-08-27 Thread Alcolo Alcolo
There is a way to configure my git-scm to be case sensitive ? > git init > echo a > a > git add a > git commit -m a > mv a A > git status with git-scm: "Nothing to commit" with cygwin git: "deleted a" Note: My cygwin is configured with /etc/fstab: "none /cygdrive cygdrive binary,posix=1,use