From 9d9bc2f0985465189160299b59f4e1e4ec85530f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 10 Jan 2022 16:33:13 +0100 Subject: gitconfig: color git-blame output --- dotfiles/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index adf7e0d..b826037 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -23,6 +23,8 @@ colorMoved = true [pull] ff = only +[blame] + coloring = repeatedLines [pretty] summary = format:%cs %<(24,mtrunc)%C(brightyellow)%an%Creset %C(auto)%h%Creset %s -- cgit v1.2.3