Re: On "git status"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]