From 9a008a9e24166375cf512457155d38c760c89258 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 Nov 2008 12:05:27 +0100 Subject: maint: generate much of the THANKS file Before this change, we had a tendency to manually list each contributor's name in THANKS. Now, each commit "Author" is included in the generated THANKS file automatically, and most of the old THANKS file is now a template, THANKS.in. We'll still have to manually list the names of people who report problems without a usable patch. * THANKS.in: New file, derived from THANKS, but removing names of those who are listed as git log 'Author:'s. * THANKS: Remove file. * thanks-gen: New file. * Makefile.am (THANKS): New rule. (EXTRA_DIST): Add .mailmap, THANKS.in and thanks-gen. * .gitignore: Add THANKS and THANKS-to-translators. * .mailmap: Unify on single address and name-spelling per contributor. --- .mailmap | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) (limited to '.mailmap') diff --git a/.mailmap b/.mailmap index d4fcef5c2..e3d7a2701 100644 --- a/.mailmap +++ b/.mailmap @@ -1,12 +1,31 @@ # Map git author names and email addresses to canonical/preferred form. + -Paul R. Eggert -Paul R. Eggert +Paul Eggert +Paul Eggert + + # Evan's two changes listed my email address. Evan Hunt Evan Hunt + -Pádraig Brady +Pádraig Brady + + + + + + + + + + +# Prefer spelled-out middle name and its address. +Arne Henrik Juul Arne H. Juul + +# Had email as name. +Dan Jacobson jidanni@jidanni.org -- cgit v1.2.3-70-g09d2