chiark / gitweb /
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 1dbc92bb9d31fa688936dfbf3c726bbb9dfad486..4c0fa8abd8f3a6f9112698954230ed8d83fa8379 100644 (file)
@@ -34,6 +34,7 @@
 [log]
        date = rfc
        decorate = true
+       mailmap = true
 
 [rebase]
        autosquash = true