From: Mark Wooding Date: Tue, 2 Aug 2016 10:45:30 +0000 (+0100) Subject: dot/gitconfig.in: Use `diff-highlight' for, err, highlighting diffs. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/bd67e4dc5d06f455a9914e4c1208a3588bc0c6a0?ds=inline dot/gitconfig.in: Use `diff-highlight' for, err, highlighting diffs. --- diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 8dd1f90..b682839 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -74,6 +74,11 @@ [color "grep"] external = --color=always +[pager] + log = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less + show = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less + diff = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less + [alias] egrep = "grep -E" patch = "format-patch -o p -s"