projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f48936
)
gitk: Make the fake commit for the index changes green rather than magenta
author
Paul Mackerras
<paulus@samba.org>
Sun, 22 Jul 2007 12:05:30 +0000
(22:05 +1000)
committer
Paul 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
patch
|
blob
|
history
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"}]
}