dot/gitconfig.in: Suppress the log filtering, because it doesn't work here.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 10 May 2018 15:31:00 +0000 (16:31 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 10 May 2018 15:31:00 +0000 (16:31 +0100)
dot/gitconfig.in

index 2bbe464..9b96177 100644 (file)
@@ -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"