author | Junio C Hamano <junkio@cox.net> | |
Wed, 11 Jan 2006 22:02:38 +0000 (14:02 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 15 Jan 2006 08:04:23 +0000 (00:04 -0800) | ||
commit | ebedc3195258a6382f58c8c6b54b21db922440af | |
tree | fc154c275c633b797b93cab997b8ec4110907d90 | tree | snapshot |
parent | 54f9734ec84a351395bfdd332fee3f0e7006c1da | commit | diff |
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>
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>