summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorAssaf Gordon <assafgordon@gmail.com>2016-08-24 20:52:14 -0400
committerAssaf Gordon <assafgordon@gmail.com>2016-08-26 11:54:30 -0400
commit8033dcda7011582b2d94431ce0d27764896b1dd3 (patch)
tree340d736096f7b1744ccf33cd45ca4afad57aaf18 /.mailmap
parent0c0e67bd262ef0bef0d82045f4964c82831c4222 (diff)
downloadsed-8033dcda7011582b2d94431ce0d27764896b1dd3.tar.gz
maint: update .mailmap
Consolidate author's upper/lower case email addresses. Fixes the following problem: $ make THANKS GEN THANKS ./thanks-gen: THANKS.in: duplicate name: Ralf Wildenhues Due to: $ git log --pretty=format:'%aN %aE' | grep -i ralf | sort -u Ralf Wildenhues ralf.wildenhues@gmx.de Ralf Wildenhues Ralf.Wildenhues@gmx.de see http://lists.gnu.org/archive/html/sed-devel/2016-08/msg00023.html http://lists.gnu.org/archive/html/sed-devel/2016-08/msg00025.html * .mailmap: Add email mapping.
Diffstat (limited to '.mailmap')
-rw-r--r--.mailmap3
1 files changed, 3 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap
index be4db3d..4724c39 100644
--- a/.mailmap
+++ b/.mailmap
@@ -7,3 +7,6 @@ Paul Eggert <eggert@cs.ucla.edu> <eggert@CS.UCLA.EDU>
<eggert@cs.ucla.edu> <eggert@twinsun.com>
<karl@gnu.org> <karl@freefriends.org>
<bonzini@gnu.org> <pbonzini@redhat.com>
+
+# Consolidate upper/lower case email
+<Ralf.Wildenhues@gmx.de> <ralf.wildenhues@gmx.de>