зеркало из https://github.com/microsoft/git.git
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>
This commit is contained in:
Родитель
8f48936391
Коммит
ef3192b834
2
gitk
2
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"}]
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче