dot/gitconfig.in: Map author names through `.mailmap' if available.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Aug 2017 13:24:35 +0000 (14:24 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 15 Aug 2017 13:24:35 +0000 (14:24 +0100)
I can use this to fix the old CVS-generated names.

dot/gitconfig.in

index 1dbc92b..4c0fa8a 100644 (file)
@@ -34,6 +34,7 @@
 [log]
        date = rfc
        decorate = true
+       mailmap = true
 
 [rebase]
        autosquash = true