dot/gitconfig.in: Suppress the log filtering, because it doesn't work here.
[profile] / dot / gitconfig.in
index 79ead41..9b96177 100644 (file)
 [log]
        date = rfc
        decorate = true
+       follow = true
+       mailmap = true
 
 [rebase]
        autosquash = true
 
 [push]
        default = matching
+       followTags = true
 
 [format]
        headers = "Organization: Straylight/Edgeware\n"
@@ -76,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"