[git] color lines of the same commit in git blame

This commit is contained in:
Felix Buehler 2019-05-03 23:08:08 +02:00
parent e42be906d9
commit cfc6658fd5

View file

@ -33,6 +33,10 @@
tool = vimdiff tool = vimdiff
[difftool] [difftool]
prompt = false prompt = false
[color.blame]
repeatedLines = yellow
[blame]
coloring = repeatedLines
[color "diff-highlight"] [color "diff-highlight"]
oldNormal = red oldNormal = red
oldHighlight = red bold 52 oldHighlight = red bold 52