log: decorate HEAD -> branch with the same color for arrow and HEAD
commita903e233f65a3e93cad74007cc0d5a178f712263
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 9 Jul 2016 12:49:49 +0000 (9 14:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jul 2016 22:08:26 +0000 (12 15:08 -0700)
tree7903bb6521141f5b8469ad72b6a8f8120279a3d1
parente568e563ade00bbb0937162f405fc160f253e224
log: decorate HEAD -> branch with the same color for arrow and HEAD

Commit 76c61fb (log: decorate HEAD with branch name under
--decorate=full, too - 2015-05-13) adds "HEAD -> branch" decoration to
show current branch vs detached HEAD. The sign of whether HEAD is
detached or not is "->" (vs ",") because the branch is always colored
by type. Color the arrow the same as HEAD to visually emphasize that
the following branch is HEAD, without paying too much attention to the
actual separators "->" or ","

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c
t/t4207-log-decoration-colors.sh