Eric Blake wrote: > On 10/10/2010 01:57 PM, Jim Meyering wrote: >> Paul Eggert (24): >> >> Paul R. Eggert (15): > > Time for a mailmap file so that git will consolidate entries from a > single author spread over multiple email addresses?
Good point. I've just added this: >From 938435ee3039596eb88c01f6518d2295f3c43ef1 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Mon, 11 Oct 2010 19:50:44 +0200 Subject: [PATCH] maint: add new file: .mailmap * .mailmap: Map git author names and email addresses to canonical/preferred form. This file is used e.g., by "git shortlog". --- .mailmap | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..1e66705 --- /dev/null +++ b/.mailmap @@ -0,0 +1,10 @@ +# Map git author names and email addresses to canonical/preferred form. +<[email protected]> <[email protected]> +<[email protected]> <[email protected]> +<[email protected]> <[email protected]> +Paul R. Eggert <[email protected]> <[email protected]> +Paul R. Eggert <[email protected]> <[email protected]> +# Evan's two changes listed my email address. +Evan Hunt <[email protected]> Evan Hunt <[email protected]> +<[email protected]> <[email protected] (trivial change)> +Pádraig Brady <[email protected]> <[email protected]> -- 1.7.3.1.104.gc752e
