From 700dfdda6fb4dcb84ceb7105f835a780456f1b55 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 1 Oct 2018 16:25:15 +0100 Subject: [PATCH] git: Use diff-highlight for diff/patches --- .config/git/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/git/config b/.config/git/config index 20c4f99..c44fbcc 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,6 +5,9 @@ [core] autocrlf = input excludesfile = $HOME/.config/git/gitignore + pager = /usr/share/git/diff-highlight/diff-highlight | $PAGER +[interactive] + diffFilter = /usr/share/git/diff-highlight/diff-highlight [commit] gpgsign = true [push] @@ -48,7 +51,5 @@ oldHighlight = red 88 newNormal = green newHighlight = green 22 -[diff-so-fancy] - changeHunkIndicators = false # vim: noet