mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 08:55:38 +02:00
Configuration for diff coloring
This commit is contained in:
parent
109303129b
commit
5887e2dda4
1 changed files with 7 additions and 0 deletions
|
@ -57,3 +57,10 @@
|
||||||
verbose = true
|
verbose = true
|
||||||
[mergetool]
|
[mergetool]
|
||||||
keepBackup = false
|
keepBackup = false
|
||||||
|
[color "diff"]
|
||||||
|
meta = cyan bold
|
||||||
|
frag = magenta bold
|
||||||
|
commit = yellow bold
|
||||||
|
old = red bold
|
||||||
|
new = green bold
|
||||||
|
whitespace = red reverse
|
||||||
|
|
Loading…
Add table
Reference in a new issue