git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git status -s -v: no override
@ 2011-04-15 21:34 Jacek Masiulaniec
  2011-04-16  0:09 ` Jeff King
  0 siblings, 1 reply; 10+ messages in thread
From: Jacek Masiulaniec @ 2011-04-15 21:34 UTC (permalink / raw)
  To: git

Hello git@,

Small git-status argument processing issue:

[jacekm@localhost test]$ git init
Initialized empty Git repository in /private/tmp/test/.git/
[jacekm@localhost test]$ git status -v
# On branch master
#
# Initial commit
#
nothing to commit (create/copy files and use "git add" to track)
[jacekm@localhost test]$ git status -s
[jacekm@localhost test]$ git status -v -s
[jacekm@localhost test]$ git status -s -v
[jacekm@localhost test]$

Things look consistent until the last command: -v does not override -s,
which is unexpected given that -s does override -v.

Jacek

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

end of thread, other threads:[~2011-05-15  4:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-15 21:34 git status -s -v: no override Jacek Masiulaniec
2011-04-16  0:09 ` Jeff King
2011-04-16  0:45   ` Jonathan Nieder
2011-04-16  1:37     ` Jeff King
2011-04-16  5:27       ` [PATCH] status: store format option as an int Jonathan Nieder
2011-04-16  5:29         ` Jonathan Nieder
2011-04-16  6:14           ` Junio C Hamano
2011-04-16  6:28             ` Jonathan Nieder
2011-04-16  6:22         ` Jeff King
2011-05-15  4:05         ` [PATCH resend] " Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).