Re: [PATCH] core.filemode may need manual action

2014-10-16 Thread Junio C Hamano
Torsten Bögershausen writes: > core.filemode is set automatically when a repo is created. > But when a repo is exported via CIFS or cygwin is mixed with Git for Windows > core.filemode may better be set manually to false. > Update and improve the documentation. > > Helped-by: Junio C Hamano > Si

Re: [PATCH] core.filemode may need manual action

2014-10-16 Thread Johannes Schindelin
Hi, On Thu, 16 Oct 2014, Thomas Braun wrote: > Am 16.10.2014 um 21:29 schrieb Torsten Bögershausen: > > core.filemode is set automatically when a repo is created. > > But when a repo is exported via CIFS or cygwin is mixed with Git for Windows > > core.filemode may better be set manually to false

Re: [PATCH] core.filemode may need manual action

2014-10-16 Thread Thomas Braun
Am 16.10.2014 um 21:29 schrieb Torsten Bögershausen: > core.filemode is set automatically when a repo is created. > But when a repo is exported via CIFS or cygwin is mixed with Git for Windows > core.filemode may better be set manually to false. > Update and improve the documentation. > > Helped-b

[PATCH] core.filemode may need manual action

2014-10-16 Thread Torsten Bögershausen
core.filemode is set automatically when a repo is created. But when a repo is exported via CIFS or cygwin is mixed with Git for Windows core.filemode may better be set manually to false. Update and improve the documentation. Helped-by: Junio C Hamano Signed-off-by: Torsten Bögershausen --- Does