commit | ebedc3195258a6382f58c8c6b54b21db922440af | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Jan 11 14:02:38 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sun Jan 15 00:04:23 2006 -0800 |
tree | fc154c275c633b797b93cab997b8ec4110907d90 | |
parent | 54f9734ec84a351395bfdd332fee3f0e7006c1da [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>