[PATCH] gitk: Add a visual tag for remote refs
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Tue, 18 Apr 2006 21:53:07 +0000 (23:53 +0200)
committerPaul Mackerras <paulus@samba.org>
Tue, 25 Apr 2006 12:44:47 +0000 (22:44 +1000)
commita970fcf249534ca21ad721b289402c135722a24c
tree1c83bb5cb51a75cce2232970051f5d314884a039
parent61e56c8823afd2c5a753a4969330ead0ba850c66
[PATCH] gitk: Add a visual tag for remote refs

This patch partly changes the background color for remote refs.
It makes it easy to quickly distinguish remote refs from local
developer branches.

I ignore remote HEADs, as these really should be drawn as
aliases to other heads. But there is no simple way to
detect that HEADs really are aliases for other refs via
"git-ls-remote".

Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk