Re: git branch --merged and git branch --verbose do not combine

2014-09-15 Thread Junio C Hamano
David Kastrup writes: > This gives the same result as > > git branch --verbose --merged > > namely _only_ listing the current branch verbosely. Hmph. Then that is a different issue. As I never use --merged myself, even though I use "git branch [--verbose] --no-merged pu" quite often to check t

Re: git branch --merged and git branch --verbose do not combine

2014-09-15 Thread David Kastrup
Junio C Hamano writes: > David Kastrup writes: > >> dak@lola:/usr/local/tmp/lilypond$ ../git/git branch --merged --verbose >> fatal: malformed object name --verbose > > Only at the very end of the command line if you omit something that > is required, Git helps by defaulting the missing rev to H

Re: git branch --merged and git branch --verbose do not combine

2014-09-15 Thread Junio C Hamano
David Kastrup writes: > dak@lola:/usr/local/tmp/lilypond$ ../git/git branch --merged --verbose > fatal: malformed object name --verbose Only at the very end of the command line if you omit something that is required, Git helps by defaulting the missing rev to HEAD. You can be a bit more explici

git branch --merged and git branch --verbose do not combine

2014-09-14 Thread David Kastrup
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 issue3468cf033e Issue 346: mon