From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: git@vger.kernel.org, gitster@pobox.com
Cc: Matthieu Moy <Matthieu.Moy@imag.fr>
Subject: [PATCH v5 0/6] Disable "git status" comment prefix
Date: Fri, 6 Sep 2013 19:43:03 +0200 [thread overview]
Message-ID: <1378489389-25802-1-git-send-email-Matthieu.Moy@imag.fr> (raw)
In-Reply-To: <vpq38phsvuc.fsf@anie.imag.frvpq38phsvuc.fsf@anie.imag.fr>
Compared to v5:
* One test update I had forgotten. Now, the testsuite actually pass.
* Changed the config to status.displayCommentPrefix.
* Added the last patch, to add a missing blank line.
Matthieu Moy (6):
builtin/stripspace.c: fix broken indentation
wt-status: use argv_array API
submodule summary: ignore --for-status option
status: disable display of '#' comment prefix by default
tests: don't set status.displayCommentPrefix file-wide
status: add missing blank line after list of "other" files
Documentation/config.txt | 7 +
builtin/commit.c | 10 +
builtin/stripspace.c | 8 +-
git-submodule.sh | 13 +-
t/t3001-ls-files-others-exclude.sh | 2 +-
t/t7060-wtstatus.sh | 109 +++--
t/t7401-submodule-summary.sh | 12 +-
t/t7508-status.sh | 965 ++++++++++++++++++++-----------------
t/t7512-status-help.sh | 600 +++++++++++------------
wt-status.c | 91 +++-
wt-status.h | 1 +
11 files changed, 966 insertions(+), 852 deletions(-)
--
1.8.4.5.g8688bea
next parent reply other threads:[~2013-09-06 17:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <vpq38phsvuc.fsf@anie.imag.frvpq38phsvuc.fsf@anie.imag.fr>
2013-09-06 17:43 ` Matthieu Moy [this message]
2013-09-06 17:43 ` [PATCH v5 1/6] builtin/stripspace.c: fix broken indentation Matthieu Moy
2013-09-06 17:43 ` [PATCH v5 2/6] wt-status: use argv_array API Matthieu Moy
2013-09-06 17:43 ` [PATCH v5 3/6] submodule summary: ignore --for-status option Matthieu Moy
2013-09-06 17:43 ` [PATCH v5 4/6] status: disable display of '#' comment prefix by default Matthieu Moy
2013-09-06 17:43 ` [PATCH v5 5/6] tests: don't set status.displayCommentPrefix file-wide Matthieu Moy
2013-09-06 17:43 ` [PATCH v5 6/6] status: add missing blank line after list of "other" files Matthieu Moy
2013-09-06 18:22 ` Junio C Hamano
2013-09-06 18:42 ` Junio C Hamano
2013-09-06 22:09 ` Jeff King
2013-09-06 18:45 ` Matthieu Moy
2013-09-06 18:56 ` Junio C Hamano
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=1378489389-25802-1-git-send-email-Matthieu.Moy@imag.fr \
--to=matthieu.moy@imag.fr \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).