Display commit ids blue on white.
Default is yellow on normal which is unreadable with a light background
This commit is contained in:
parent
b1f94834d0
commit
33b6886afb
|
@ -15,3 +15,8 @@
|
||||||
# nothing is inconvenient, matching is dangerous.
|
# nothing is inconvenient, matching is dangerous.
|
||||||
# current is only compatible remaining option.
|
# current is only compatible remaining option.
|
||||||
default = current
|
default = current
|
||||||
|
[color "diff"]
|
||||||
|
# Display commit ids blue on white.
|
||||||
|
# Default is yellow on normal which is unreadable with a light
|
||||||
|
# background
|
||||||
|
commit = blue white
|
||||||
|
|
Loading…
Reference in New Issue