git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] commit --dry-run
@ 2009-08-08  7:14 Junio C Hamano
  2009-08-08  7:14 ` [PATCH v2 1/3] commit: --dry-run Junio C Hamano
  2009-08-08  7:18 ` [PATCH v2 0/3] commit --dry-run Sverre Rabbelier
  0 siblings, 2 replies; 5+ messages in thread
From: Junio C Hamano @ 2009-08-08  7:14 UTC (permalink / raw)
  To: git

This is a re-roll of the commit in the jc/shortstatus series that has been
kept out of 'pu'.

First, we introduce "git commit --dry-run", which does exactly the same
thing as the current "git status".  A longer term goal of this change is
so that we could make "git status" behave completely differently after an
ample warning period.

The second commit introduces a new "git status" under a tentative name
"git stat".  In this step, it does not do anything interesting, other than
that it ignores the path parameters.

The third commit adds "-s" option to the new command, to give the "short"
output format.

Probably the next round should insert a commit between the second one and
the third one to take pathspec parameters that are used as path limiters,
but I am too tired for doing that myself tonight.

Junio C Hamano (3):
  commit: --dry-run
  git stat: the beginning
  git stat -s: short status output

 Documentation/git-commit.txt |    7 ++-
 Makefile                     |    1 +
 builtin-commit.c             |  163 ++++++++++++++++++++++++++++++++++++------
 builtin.h                    |    1 +
 git.c                        |    1 +
 wt-status.c                  |   24 ++++---
 wt-status.h                  |    1 +
 7 files changed, 165 insertions(+), 33 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-08-08  7:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-08  7:14 [PATCH v2 0/3] commit --dry-run Junio C Hamano
2009-08-08  7:14 ` [PATCH v2 1/3] commit: --dry-run Junio C Hamano
2009-08-08  7:14   ` [PATCH v2 2/3] git stat: the beginning Junio C Hamano
2009-08-08  7:14     ` [PATCH v2 3/3] git stat -s: short status output Junio C Hamano
2009-08-08  7:18 ` [PATCH v2 0/3] commit --dry-run Sverre Rabbelier

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).