]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitk: Make the fake commit for the index changes green rather than magenta
authorPaul Mackerras <paulus@samba.org>
Sun, 22 Jul 2007 12:05:30 +0000 (22:05 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 22 Jul 2007 12:05:30 +0000 (22:05 +1000)
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>
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"}]
     }