Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-08-27 Thread Torsten Bögershausen
On 2013-08-27 18.27, Junio C Hamano wrote: > Torsten Bögershausen writes: > 2) When we access a repo from Windows/Linux using SAMBA, >>> You mean s/repo/repository that resides on HFS+/? >> Sorry being unclear here, trying being clearer with an example: >> I have a /data/Docs on my linu

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-08-27 Thread Junio C Hamano
Torsten Bögershausen writes: >>> 2) >>> When we access a repo from Windows/Linux using SAMBA, >> You mean s/repo/repository that resides on HFS+/? > Sorry being unclear here, trying being clearer with an example: > I have a /data/Docs on my linux box, which is handled by git > > I export /data/Do

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-08-27 Thread Torsten Bögershausen
On 27.08.13 16:49, Junio C Hamano wrote: > Torsten Bögershausen writes: > >>> ... see if that path can be seen under its alias. Why do we set it >>> to "false"? Isn't this the true culprit? >>> >>> After all, this is not in the "reinit" codepath, so we know we are >>> dealing with a repository t

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-08-27 Thread Junio C Hamano
Torsten Bögershausen writes: >>... see if that path can be seen under its alias. Why do we set it >>to "false"? Isn't this the true culprit? >> >>After all, this is not in the "reinit" codepath, so we know we are >>dealing with a repository that was created afresh. > > There is nothing wrong wi

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-08-27 Thread Torsten Bögershausen
(Sorry for the somewhat late reply, thanks for review) >Torsten Bögershausen writes: > >> When core.precomposeunicode was introduced, it was set to false >> by default, to be compatible with older versions of Git. >> >> Whenever UTF-8 file names are used in a mixed environment, >> the Mac OS users

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-07-29 Thread Junio C Hamano
Torsten Bögershausen writes: > When core.precomposeunicode was introduced, it was set to false > by default, to be compatible with older versions of Git. > > Whenever UTF-8 file names are used in a mixed environment, > the Mac OS users need to find out that this configuration exist > and set it t

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-07-27 Thread Duy Nguyen
On Sun, Jul 28, 2013 at 5:53 AM, Torsten Bögershausen wrote: >> Does this have any effects on non-utf8 users? I'm on utf-8, so this is >> not really my concern, that is unless it changes something on LANG=C.. >> > Not sure if I fully understand the question. > > Mac OS will always use UTF-8, and w

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-07-27 Thread Torsten Bögershausen
On 2013-07-27 17.23, Duy Nguyen wrote: > On Sat, Jul 27, 2013 at 8:21 AM, Torsten Bögershausen wrote: >> When core.precomposeunicode was introduced, it was set to false >> by default, to be compatible with older versions of Git. >> >> Whenever UTF-8 file names are used in a mixed environment, >> t

Re: [PATCH/RFC] core.precomposeunicode is true by default

2013-07-27 Thread Duy Nguyen
On Sat, Jul 27, 2013 at 8:21 AM, Torsten Bögershausen wrote: > When core.precomposeunicode was introduced, it was set to false > by default, to be compatible with older versions of Git. > > Whenever UTF-8 file names are used in a mixed environment, > the Mac OS users need to find out that this con

[PATCH/RFC] core.precomposeunicode is true by default

2013-07-26 Thread Torsten Bögershausen
When core.precomposeunicode was introduced, it was set to false by default, to be compatible with older versions of Git. Whenever UTF-8 file names are used in a mixed environment, the Mac OS users need to find out that this configuration exist and set it to true manually. There is no measurable p