From e878c5d21c429487dc5f703e0ce606b5c7c4925f Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 10 May 2018 16:31:00 +0100 Subject: [PATCH] dot/gitconfig.in: Suppress the log filtering, because it doesn't work here. Organization: Straylight/Edgeware From: Mark Wooding --- dot/gitconfig.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 2bbe464..9b96177 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -79,9 +79,9 @@ 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 + ##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" -- [mdw]