* bug report: git status --porcelain inconsistent quoting
@ 2012-07-07 20:25 Leonid Volnitsky
0 siblings, 0 replies; only message in thread
From: Leonid Volnitsky @ 2012-07-07 20:25 UTC (permalink / raw)
To: git
mkdir D
cd D
git init
Initialized empty Git repository in /tmp/D/.git/
echo 1 > "with space"
git status --porcelain
?? with space <------------ NO QOUTES
git add with\ space
git status --porcelain
A "with space" <------------- WITH QOUTES
git --version
git version 1.7.9.7
git config -l |grep quote
core.quotepath=on
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-07 20:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-07 20:25 bug report: git status --porcelain inconsistent quoting Leonid Volnitsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).