Skip to content

Commit

Permalink
gitk: Make the fake commit for the index changes green rather than ma…
Browse files Browse the repository at this point in the history
…genta

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>
  • Loading branch information
Paul Mackerras committed Jul 22, 2007
1 parent 8f48936 commit ef3192b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]
}
Expand Down

0 comments on commit ef3192b

Please sign in to comment.