* On "git status"
@ 2009-04-24 11:24 Ulrich Windl
2009-04-24 11:40 ` Michael J Gruber
0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Windl @ 2009-04-24 11:24 UTC (permalink / raw)
To: git
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"...)
Regards,
Ulrich
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: On "git status"
2009-04-24 11:24 On "git status" Ulrich Windl
@ 2009-04-24 11:40 ` Michael J Gruber
2009-04-24 12:39 ` Ulrich Windl
0 siblings, 1 reply; 4+ messages in thread
From: Michael J Gruber @ 2009-04-24 11:40 UTC (permalink / raw)
To: Ulrich Windl; +Cc: git
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: On "git status"
2009-04-24 11:40 ` Michael J Gruber
@ 2009-04-24 12:39 ` Ulrich Windl
2009-04-24 12:45 ` Matthieu Moy
0 siblings, 1 reply; 4+ messages in thread
From: Ulrich Windl @ 2009-04-24 12:39 UTC (permalink / raw)
To: Michael J Gruber; +Cc: git
On 24 Apr 2009 at 13:40, Michael J Gruber wrote:
> 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.
OK, so many commands to learn.... Still shouldn't "git status --help" be able to
display some help text (other than "man page not found")?
Regards,
Ulrich
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: On "git status"
2009-04-24 12:39 ` Ulrich Windl
@ 2009-04-24 12:45 ` Matthieu Moy
0 siblings, 0 replies; 4+ messages in thread
From: Matthieu Moy @ 2009-04-24 12:45 UTC (permalink / raw)
To: Ulrich Windl; +Cc: Michael J Gruber, git
"Ulrich Windl" <ulrich.windl@rz.uni-regensburg.de> writes:
> OK, so many commands to learn.... Still shouldn't "git status --help" be able to
> display some help text (other than "man page not found")?
It is. You, or your distro, miss-installed it (maybe "make
install-doc" ?)
--
Matthieu
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-04-24 12:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-24 11:24 On "git status" Ulrich Windl
2009-04-24 11:40 ` Michael J Gruber
2009-04-24 12:39 ` Ulrich Windl
2009-04-24 12:45 ` Matthieu Moy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox