git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leonid Volnitsky <leonid@volnitsky.com>
To: git@vger.kernel.org
Subject: bug report: git status --porcelain inconsistent quoting
Date: Sat, 7 Jul 2012 23:25:20 +0300	[thread overview]
Message-ID: <CAMECdFuJMya-4sknmaT0iAXcs997zXTo1Ewt_H3pF-uUwjVncA@mail.gmail.com> (raw)

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

                 reply	other threads:[~2012-07-07 20:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAMECdFuJMya-4sknmaT0iAXcs997zXTo1Ewt_H3pF-uUwjVncA@mail.gmail.com \
    --to=leonid@volnitsky.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).