Browse Source

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>
maint
Paul Mackerras 18 years ago
parent
commit
ef3192b834
  1. 2
      gitk

2
gitk

@ -3403,7 +3403,7 @@ proc drawcmittext {id row col} { @@ -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"}]
}

Loading…
Cancel
Save