From cfc6658fd5785bc8735d69c33a4cc2eebd06dfa8 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 3 May 2019 23:08:08 +0200 Subject: [PATCH] [git] color lines of the same commit in git blame --- git/gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 30dd367..ca111d4 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -33,6 +33,10 @@ tool = vimdiff [difftool] prompt = false +[color.blame] + repeatedLines = yellow +[blame] + coloring = repeatedLines [color "diff-highlight"] oldNormal = red oldHighlight = red bold 52