[git-users] Re: Bug? status --porcelain only quotes spaces in added files

2012-07-24 Thread Graham Jans
On Tuesday, 24 July 2012 04:19:49 UTC-7, Thomas Ferris Nicolaisen wrote: On Tuesday, July 24, 2012 12:29:22 AM UTC+2, Graham Jans wrote: Consider this scenario: $ touch a 1.txt $ touch a 2.txt $ git add a 1.txt $ git status --porcelain A a 1.txt ?? a 2.txt Note that the added

[git-users] Re: Bug? status --porcelain only quotes spaces in added files

2012-07-24 Thread Tim Chase
On 07/24/12 12:07, Graham Jans wrote: On Tuesday, 24 July 2012 04:37:47 UTC-7, Tim Chase wrote: $ touch a 1.txt $ touch a 2.txt $ touch 'a 3.txt' $ git add a 1.txt $ git status --porcelain A a 1.txt ?? \a 3.txt\ ?? a 2.txt