From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: git@vger.kernel.org, gitster@pobox.com
Cc: Matthieu Moy <Matthieu.Moy@imag.fr>
Subject: [RFC/PATCH v3 0/4] Disable "git status" comment prefix
Date: Thu, 29 Aug 2013 15:05:32 +0200 [thread overview]
Message-ID: <1377781536-31955-1-git-send-email-Matthieu.Moy@imag.fr> (raw)
So, here's a reroll that makes the code cleaner.
First patches are cleanups without behavioral changes, only the last
one does something new.
I'm waiting for more comments to decide what to do with the
configuration option. Right now, my preference would be to call it
status.oldStyle and default it to false (i.e. change the behavior, but
allow old-timers to get back the old one).
Matthieu Moy (4):
builtin/stripspace.c: fix broken indentation
wt-status: use argv_array API
get rid of "git submodule summary --for-status"
status: introduce status.displayCommentChar to disable display of #
Documentation/config.txt | 5 +++
builtin/commit.c | 9 +++++
builtin/stripspace.c | 8 ++---
git-submodule.sh | 17 +--------
t/t7401-submodule-summary.sh | 13 -------
t/t7508-status.sh | 43 +++++++++++++++++++++++
wt-status.c | 82 +++++++++++++++++++++++++++++++++-----------
wt-status.h | 1 +
8 files changed, 125 insertions(+), 53 deletions(-)
--
1.8.4.12.gf9d53a3.dirty
next reply other threads:[~2013-08-29 13:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-29 13:05 Matthieu Moy [this message]
2013-08-29 13:05 ` [PATCH v3 1/4] builtin/stripspace.c: fix broken indentation Matthieu Moy
2013-08-29 13:05 ` [PATCH v3 2/4] wt-status: use argv_array API Matthieu Moy
2013-08-29 13:05 ` [PATCH v3 3/4] get rid of "git submodule summary --for-status" Matthieu Moy
2013-08-29 19:54 ` Jens Lehmann
2013-08-29 21:23 ` Matthieu Moy
2013-08-30 19:40 ` Jens Lehmann
2013-08-30 19:51 ` Jens Lehmann
2013-08-30 20:08 ` Jens Lehmann
2013-08-31 17:08 ` brian m. carlson
2013-09-01 13:47 ` Jens Lehmann
2013-09-03 19:32 ` Jens Lehmann
2013-08-29 19:56 ` Junio C Hamano
2013-08-29 21:05 ` Matthieu Moy
2013-08-29 13:05 ` [PATCH v3 4/4] status: introduce status.displayCommentChar to disable display of # Matthieu Moy
2013-08-29 16:19 ` [RFC/PATCH v3 0/4] Disable "git status" comment prefix 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=1377781536-31955-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).