git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git branch --merged and git branch --verbose do not combine
@ 2014-09-14  7:52 David Kastrup
  2014-09-15 18:06 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: David Kastrup @ 2014-09-14  7:52 UTC (permalink / raw)
  To: git


dak@lola:/usr/local/tmp/lilypond$ ../git/git branch --merged --verbose
fatal: malformed object name --verbose
dak@lola:/usr/local/tmp/lilypond$ ../git/git branch --verbose --merged
* (detached from 5b2267a) 1c23f39 Merge branch 'issue4097' into HEAD
  issue346                8cf033e Issue 346: monochord issues
dak@lola:/usr/local/tmp/lilypond$ ../git/git branch --merged
* (detached from 5b2267a)
  issue346
  issue3855
  issue4030
  issue4083
  issue4092
  issue4096
  issue4097
  removelyr
  test-master
  test-staging

So depending on the order of --verbose and --merged, one gets an
incomplete list (basically ignoring --merged) or an error message.

Since both behavior and naming of the --verbose option is more or less
orthogonal to other listing options, it would make sense to allow it to
combine with them.

-- 
David Kastrup

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

end of thread, other threads:[~2014-09-18 10:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-14  7:52 git branch --merged and git branch --verbose do not combine David Kastrup
2014-09-15 18:06 ` Junio C Hamano
2014-09-15 19:07   ` David Kastrup
2014-09-15 20:20     ` Junio C Hamano
2014-09-18 10:49       ` [PATCH] branch: clean up commit flags after merge-filter walk Jeff King

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).