git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 'git branch --no-merge' is ambiguous
@ 2009-09-25 10:28 Johannes Sixt
  2009-09-25 18:44 ` Andreas Schwab
  0 siblings, 1 reply; 4+ messages in thread
From: Johannes Sixt @ 2009-09-25 10:28 UTC (permalink / raw)
  To: Pierre Habouzit; +Cc: Git Mailing List

Look here:

 $ git branch --merge
 * master
 $ git branch --no-merge
 error: Ambiguous option: no-merge (could be --no-merged or --no-merged)
 usage: ...
     --no-merged <commit>  print only not merged branches
     --merged <commit>     print only merged branches

I tried to debug it, but parse_long_opt() is such awful spaghetti code
that I don't grok it. Please help.

-- Hannes

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

end of thread, other threads:[~2009-09-27  8:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-25 10:28 'git branch --no-merge' is ambiguous Johannes Sixt
2009-09-25 18:44 ` Andreas Schwab
2009-09-27  7:33   ` Jeff King
2009-09-27  8:01     ` Andreas Schwab

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