show-branch: --list and --independent
authorJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 22:40:45 +0000 (15:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 23:35:53 +0000 (16:35 -0700)
The --list option is what 'git branch' without parameter should
have been; it shows the one-line commit message for each branch
name.  The --independent option is used to filter out commits
that can be reachable from other commits, to make detection of
fast forward condition in multi-head merge easier.

Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found