gitk: Make the fake commit for the index changes green rather than magenta
[gitweb.git] / gitk
diff --git a/gitk b/gitk
index 7ce86b849e97bf05e56b2a7b138c1c5f70f7c66a..995833fa52cd187de22f6b415d70892f0697ba64 100755 (executable)
--- a/gitk
+++ b/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"}]
     }