Thanks to all for answering!  As may be checked with:

  git shortlog --email | grep -e '^[^ ]'

after applying the attached patch there will be a unique entry for each
contributor.  So now "git log" may be used to generate an AUTHORS file.

>From ac0d941b2b098e31c549b9e4269e2a31547287bb Mon Sep 17 00:00:00 2001
From: Alex Kost <[email protected]>
Date: Tue, 30 Jun 2015 23:08:32 +0300
Subject: [PATCH] Add '.mailmap'.

* .mailmap: New file.
---
 .mailmap | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 .mailmap

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..8187f5d
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,27 @@
+# This list is used to avoid multiple name/email instances of the same
+# contributors reported by "git log" and "git shortlog" commands.
+
+Alexander I. Grafov <[email protected]>
+Amirouche Boubekki <[email protected]>
+Ben Woodcroft <[email protected]> <[email protected]>
+Claes Wallin (韋嘉誠) <[email protected]>
+Cyprien Nicolas <[email protected]> <[email protected]>
+David Thompson <[email protected]> <[email protected]>
+David Thompson <[email protected]> <[email protected]>
+Deck Pickard <[email protected]> <nebu@kipple>
+Eric Bavier <[email protected]> <[email protected]>
+John Darrington <[email protected]> <[email protected]>
+Joshua Grant <[email protected]> <[email protected]>
+Joshua Grant <[email protected]> <[email protected]>
+Joshua Grant <[email protected]> <[email protected]>
+Joshua Grant <[email protected]> <[email protected]>
+Ludovic Courtès <[email protected]> <[email protected]>
+Mathieu Lirzin <[email protected]> <[email protected]>
+Nikita Karetnikov <[email protected]> <[email protected]>
+Pjotr Prins <[email protected]>
+Pjotr Prins <[email protected]> <[email protected]>
+Ricardo Wurmus <[email protected]>
+Ricardo Wurmus <[email protected]> <[email protected]>
+Sou Bunnbu (宋文武) <[email protected]>
+Taylan Ulrich Bayırlı/Kammer <[email protected]>
+Tomáš Čech <[email protected]> <[email protected]>
-- 
2.4.3

Reply via email to