commit | 1f8af483df5ea7070c421489eff40ca8e508b778 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Fri Sep 09 15:40:45 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Fri Sep 09 16:35:53 2005 -0700 |
tree | 605c37e067defadc4ba556ba2f16c304c757c9c2 | |
parent | a9ab586a5db015d200dfdadcf5876d62f15dd36c [diff] |
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>