Git development
 help / color / mirror / Atom feed
From: Thomas Rast <trast@student.ethz.ch>
To: Junio C Hamano <gitster@pobox.com>
Cc: <git@vger.kernel.org>
Subject: Re: [PATCH 8/9] git status: not "commit --dry-run" anymore
Date: Mon, 17 Aug 2009 10:57:26 +0200	[thread overview]
Message-ID: <200908171057.27455.trast@student.ethz.ch> (raw)
In-Reply-To: <1250375997-10657-9-git-send-email-gitster@pobox.com>

Junio C Hamano wrote:
> This removes tentative "git stat" and make it take over "git status".
> 
> Signed-off-by: Junio C Hamano <gitster@pobox.com>
> ---
> 
>  * This alone fails some tests; 9/9 will be squashed in in the final round.
> 
>  Documentation/git-status.txt |   79 ++++++++++++++++++++++++++++++++++++-----
>  builtin-commit.c             |   29 ++-------------
>  builtin.h                    |    1 -
>  git.c                        |    1 -
>  4 files changed, 73 insertions(+), 37 deletions(-)
[...]
> -		{ "stat", cmd_stat, RUN_SETUP | NEED_WORK_TREE },
>  		{ "status", cmd_status, RUN_SETUP | NEED_WORK_TREE },

This lacks a corresponding update to the Makefile:

diff --git i/Makefile w/Makefile
index f384a52..8a7509c 100644
--- i/Makefile
+++ w/Makefile
@@ -383,7 +383,6 @@ BUILT_INS += git-init$X
 BUILT_INS += git-merge-subtree$X
 BUILT_INS += git-peek-remote$X
 BUILT_INS += git-repo-config$X
-BUILT_INS += git-stat$X
 BUILT_INS += git-show$X
 BUILT_INS += git-stage$X
 BUILT_INS += git-status$X

-- 
Thomas Rast
trast@{inf,student}.ethz.ch

      parent reply	other threads:[~2009-08-17  8:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-15 22:39 [PATCH 0/9] "git status" that is not "git commit --dry-run" Junio C Hamano
2009-08-15 22:39 ` [PATCH 1/9] Documentation/git-commit.txt: describe --dry-run Junio C Hamano
2009-08-15 22:39   ` [PATCH 2/9] git commit --dry-run -v: show diff in color when asked Junio C Hamano
2009-08-15 22:39     ` [PATCH 3/9] git stat: the beginning Junio C Hamano
2009-08-15 22:39       ` [PATCH 4/9] git stat: honor relative paths setting Junio C Hamano
2009-08-15 22:39         ` [PATCH 5/9] git stat: show traditional status headers and trailers as well Junio C Hamano
2009-08-15 22:39           ` [PATCH 6/9] git stat: pathspec limits, unlike traditional "git status" Junio C Hamano
2009-08-15 22:39             ` [PATCH 7/9] git stat -s: short status output Junio C Hamano
2009-08-15 22:39               ` [PATCH 8/9] git status: not "commit --dry-run" anymore Junio C Hamano
2009-08-15 22:39                 ` [PATCH 9/9] git-status: adjust tests Junio C Hamano
2009-08-17  8:57                 ` Thomas Rast [this message]

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=200908171057.27455.trast@student.ethz.ch \
    --to=trast@student.ethz.ch \
    --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