Git development
 help / color / mirror / Atom feed
* [PATCH 0/6] "git commit --dry-run" updates
@ 2009-08-15 10:06 Junio C Hamano
  2009-08-15 10:06 ` [PATCH 1/6] Documentation/git-commit.txt: describe --dry-run Junio C Hamano
  2009-08-17 10:01 ` [PATCH 0/6] "git commit --dry-run" updates Thomas Rast
  0 siblings, 2 replies; 10+ messages in thread
From: Junio C Hamano @ 2009-08-15 10:06 UTC (permalink / raw)
  To: git; +Cc: Jeff King

The first patch describes --dry-run option, and stops mentioning the
equivalence to "git status" in the documentation for "git commit".

The second one fixes "git commit --dry-run -v", which did not show the
diff text in color when asked with the configuration.

The third and the fourth ones tentatively introduce "git stat".  The
former is an incomplete implementation that ignores the pathspec, and the
latter adds pathspec limiting to it.  In the final form before it goes to
'next', these two should probably be squashed.

The fifth one introduces "git stat -s" (short output format) that is
designed to be machine readable, especially with -z (NUL termination).

The sixth one renames "git stat" to take over the traditional "git status"
and obviously is a 1.7.0 material.

The tests still have breakages that future updates to the sixth patch need
to fix.  t4030 still assumes "git status" is "git commit --dry-run" and
expects it to take "-v" to produce diffs, for example.

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-15 10:06 [PATCH 0/6] "git commit --dry-run" updates Junio C Hamano
2009-08-15 10:06 ` [PATCH 1/6] Documentation/git-commit.txt: describe --dry-run Junio C Hamano
2009-08-15 10:06   ` [PATCH 2/6] git commit --dry-run -v: show diff in color when asked Junio C Hamano
2009-08-15 10:06     ` [PATCH 3/6] git stat: the beginning Junio C Hamano
2009-08-15 10:06       ` [PATCH 4/6] git stat: pathspec limits, unlike traditional "git status" Junio C Hamano
2009-08-15 10:06         ` [PATCH 5/6] git stat -s: short status output Junio C Hamano
2009-08-15 10:06           ` [PATCH 6/6] git status: not "commit --dry-run" anymore Junio C Hamano
2009-08-17 10:01 ` [PATCH 0/6] "git commit --dry-run" updates Thomas Rast
2009-08-17 15:57   ` Junio C Hamano
2009-08-17 19:16     ` Thomas Rast

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox