show-branch: make the current branch and merge commits stand out.
authorJunio C Hamano <junkio@cox.net>
Wed, 11 Jan 2006 22:02:38 +0000 (14:02 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 15 Jan 2006 08:04:23 +0000 (00:04 -0800)
commitebedc3195258a6382f58c8c6b54b21db922440af
treefc154c275c633b797b93cab997b8ec4110907d90
parent54f9734ec84a351395bfdd332fee3f0e7006c1da
show-branch: make the current branch and merge commits stand out.

This changes the character used to mark the commits that is on the
branch from '+' to '*' for the current branch, to make it stand out.
Also we show '-' for merge commits.

When you have a handful branches with relatively long diversion, it
is easier to see which one is the current branch this way.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-show-branch.txt
Documentation/howto/revert-branch-rebase.txt
Documentation/tutorial.txt
show-branch.c
t/t1200-tutorial.sh