From 938435ee3039596eb88c01f6518d2295f3c43ef1 Mon Sep 17 00:00:00 2001 From: Jim Meyering 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 file changed, 10 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000000..1e66705124 --- /dev/null +++ b/.mailmap @@ -0,0 +1,10 @@ +# Map git author names and email addresses to canonical/preferred form. + + + +Paul R. Eggert +Paul R. Eggert +# Evan's two changes listed my email address. +Evan Hunt Evan Hunt + +Pádraig Brady -- 2.47.2