From: Michael J Gruber <git@drmicha.warpmail.net>
To: Ulrich Windl <ulrich.windl@rz.uni-regensburg.de>
Cc: git@vger.kernel.org
Subject: Re: On "git status"
Date: Fri, 24 Apr 2009 13:40:12 +0200 [thread overview]
Message-ID: <49F1A51C.40704@drmicha.warpmail.net> (raw)
In-Reply-To: <49F1BD85.16747.5FBF6DC@Ulrich.Windl.rkdvmks1.ngate.uni-regensburg.de>
Ulrich Windl venit, vidit, dixit 24.04.2009 13:24:
> Hi,
>
> I'm unsure it exists already, but "git status" doesn't display the tracked files.
> Would it make sense to have those reported with a "git status -v" (for verbose)?
> (You know: I'm thinking about "cvs status"...)
"git status" is basically "git commit --dry-run", which is different
from "cvs/svn/hg status".
"git diff --name-status" gives output similar to those.
"git ls-files" allows to list all tracked files.
Michael
next prev parent reply other threads:[~2009-04-24 11:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-24 11:24 On "git status" Ulrich Windl
2009-04-24 11:40 ` Michael J Gruber [this message]
2009-04-24 12:39 ` Ulrich Windl
2009-04-24 12:45 ` Matthieu Moy
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=49F1A51C.40704@drmicha.warpmail.net \
--to=git@drmicha.warpmail.net \
--cc=git@vger.kernel.org \
--cc=ulrich.windl@rz.uni-regensburg.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.