diff options
author | Jim Meyering <meyering@redhat.com> | 2010-10-11 19:50:44 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-10-11 19:50:44 +0200 |
commit | 938435ee3039596eb88c01f6518d2295f3c43ef1 (patch) | |
tree | 29e96984aa886e22ae19473545404360f84da3b3 | |
parent | 9af44d937edc7eb38a7bb4c03073d7908bfb4a51 (diff) | |
download | coreutils-938435ee3039596eb88c01f6518d2295f3c43ef1.tar.xz |
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".
-rw-r--r-- | .mailmap | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..1e6670512 --- /dev/null +++ b/.mailmap @@ -0,0 +1,10 @@ +# Map git author names and email addresses to canonical/preferred form. +<jim@meyering.net> <meyering@iou.iou> +<jim@meyering.net> <meyering@rho.meyering.net> +<jim@meyering.net> <meyering@vm.meyering.net.localdomain> +Paul R. Eggert <eggert@cs.ucla.edu> <eggert@penguin.cs.ucla.edu> +Paul R. Eggert <eggert@cs.ucla.edu> <eggert@CS.UCLA.EDU> +# Evan's two changes listed my email address. +Evan Hunt <ethanol@armory.com> Evan Hunt <jim@meyering.net> +<P@draigBrady.com> <P@draigBrady.com (trivial change)> +Pádraig Brady <p@draigbrady.com> <p@draigBrady.com> |