gitk: Make the fake commit for the index changes green rather than magenta

The magenta was a bit close in color to the normal blue commits.  This
makes them green instead as suggested by Linus.

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Paul Mackerras 2007-07-22 22:05:30 +10:00
Родитель 8f48936391
Коммит ef3192b834
1 изменённых файлов: 1 добавлений и 1 удалений

2
gitk
Просмотреть файл

@ -3403,7 +3403,7 @@ proc drawcmittext {id row col} {
if {$id eq $nullid} {
set ofill red
} elseif {$id eq $nullid2} {
set ofill magenta
set ofill green
} else {
set ofill [expr {$listed != 0? "blue": "white"}]
}