Re: Bug: `gitsubmodule` does not list modules with unicode characters

2013-06-08 Thread Jonathan Nieder
Fredrik Gustafsson wrote: I've looked into this a bit. Thanks for investigating. [...] Why don't we always print names quoted? IMHO the choose of line termination should not do anything else than alter the line termination. However, an other solution would be to use git ls-files -z in

Re: Bug: `gitsubmodule` does not list modules with unicode characters

2013-06-08 Thread Fredrik Gustafsson
On Sat, Jun 08, 2013 at 02:18:36AM -0700, Jonathan Nieder wrote: The whole point of -z is that by using a terminator that is guaranteed not to appear in filenames, it avoids the need to quote filenames. Otherwise at least \n would need to be quoted. Thanks, now I understand why. How about

Re: Bug: `gitsubmodule` does not list modules with unicode characters

2013-06-07 Thread Fredrik Gustafsson
On Mon, Mar 25, 2013 at 09:30:44AM +0100, Jens Lehmann wrote: Am 23.03.2013 17:28, schrieb Ilya Kulakov: The `git submodule` commands seem to ignore modules which paths contain unicode characters. Consider the following steps to reproduce the problem: 1. Create a directory with

Re: Bug: `gitsubmodule` does not list modules with unicode characters

2013-03-25 Thread Jens Lehmann
Am 23.03.2013 17:28, schrieb Ilya Kulakov: The `git submodule` commands seem to ignore modules which paths contain unicode characters. Consider the following steps to reproduce the problem: 1. Create a directory with name that contains at least one unicode character (e.g.

Bug: `gitsubmodule` does not list modules with unicode characters

2013-03-23 Thread Ilya Kulakov
The `git submodule` commands seem to ignore modules which paths contain unicode characters. Consider the following steps to reproduce the problem: 1. Create a directory with name that contains at least one unicode character (e.g. ûñïçödé-rèpø) 2. Initialize git repository within this