diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2013-04-22 21:04:05 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2013-04-23 12:53:11 +0900 |
commit | 4ee0aa06f7108395ea62df10c3fbf2117c44d891 (patch) | |
tree | f352890fa2b1af1f3917d6f0fc4e2e317631980b /.mailmap | |
parent | d47ceb27a49b1e3f314e249696ab94b69deb2991 (diff) | |
download | external_gettext-4ee0aa06f7108395ea62df10c3fbf2117c44d891.zip external_gettext-4ee0aa06f7108395ea62df10c3fbf2117c44d891.tar.gz external_gettext-4ee0aa06f7108395ea62df10c3fbf2117c44d891.tar.bz2 |
Add the .mailmap file
The .mailmap feature is used to coalesce together commits by the same
person in the shortlog, where their name and/or email address was
spelled differently.
For further reference see the man page of git shortlog
git shortlog -sne |awk '{ print $NF }' |sort |uniq -d
git shortlog -sne |awk '{ NF--; $1=""; print }' |sort |uniq -d
Diffstat (limited to '.mailmap')
-rw-r--r-- | .mailmap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..d0a8fb9 --- /dev/null +++ b/.mailmap @@ -0,0 +1,3 @@ +Miguel Ángel Arruga Vivas <rosen644835@gmail.com> Miguel Angel Arruga Vivas <rosen644835@gmail.com> +Daiki Ueno <ueno@gnu.org> Daiki Ueno <ueno@unixuser.org> +Guido Flohr <guido@imperia.net> Guido Flohr <guido@imperia.bg> |