X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/67b5b0ce3fe05a9226d8dd91f917cf5a487989bf..e878c5d21c429487dc5f703e0ce606b5c7c4925f:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 1dbc92b..9b96177 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -34,6 +34,8 @@ [log] date = rfc decorate = true + follow = true + mailmap = true [rebase] autosquash = true @@ -77,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"