author | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Sep 2005 22:40:45 +0000 (15:40 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 9 Sep 2005 23:35:53 +0000 (16:35 -0700) | ||
commit | 1f8af483df5ea7070c421489eff40ca8e508b778 | |
tree | 605c37e067defadc4ba556ba2f16c304c757c9c2 | tree | snapshot |
parent | a9ab586a5db015d200dfdadcf5876d62f15dd36c | commit | 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>
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 | diff | blob | history | |
show-branch.c | diff | blob | history |