'git branch --no-merge' is ambiguous
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:47:27
From: Johannes Sixt <hidden>
Date: 2016-06-15 22:47:27
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