show-branch: --list and --independent
commit1f8af483df5ea7070c421489eff40ca8e508b778
authorJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 22:40:45 +0000 (9 15:40 -0700)
committerJunio C Hamano <junkio@cox.net>
Fri, 9 Sep 2005 23:35:53 +0000 (9 16:35 -0700)
tree605c37e067defadc4ba556ba2f16c304c757c9c2
parenta9ab586a5db015d200dfdadcf5876d62f15dd36c
show-branch: --list and --independent

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>
Documentation/git-show-branch.txt
show-branch.c