Loic Dachary
6225f2cc18
mailmap: fix typo in Alexandre Maragone
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-10 20:50:47 +01:00
Loic Dachary
8604e762b5
organizationmap: match authors with organizations
...
Using the same format as .mailmap, match author names with the
organization sponsoring them, if any. It can be used from the command
line to display git log statistics with results aggregated by company
names.
The git-check-mailmap command that was introduced in git 1.8.4 can be
used to use .mailmap first and then .organizationmap using the
normalized author names. For instance:
git log --pretty='%aN <%aE>' | \
git -c mailmap.file=.organizationmap check-mailmap --stdin
This file is also meant to be a source of information for the maintainers of
http://metrics.ceph.com/
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-10 18:44:18 +01:00
Loic Dachary
af0269de8d
mailmap: make roald@roaldvanloon.nl primary
...
It seems more appropriate than @gmail.com
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-10 10:51:13 +01:00
Loic Dachary
f18b310c44
mailmap: remove company name from Pascal de Bruijn name
...
It is in the email address anyway.
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-10 10:46:16 +01:00
Loic Dachary
39db90f766
mailmap: add Andrew Leung, Carlos Maltzahn and Esteban Molina-Estolano
...
Although the commit aliases are cryptic, the timeframe and account names
seem to match.
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-10 10:43:44 +01:00
Loic Dachary
176cec8230
mailmap: add David Moreau Simard alias
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-10 10:09:32 +01:00
Loic Dachary
2de21486f9
mailmap: add Yan Zheng fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
62fbcacd28
mailmap: add Loic Dachary fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
3fe5f11773
mailmap: add Gary Lowell fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
17e0a5eb2e
mailmap: add Noah Watkins fixes for Reviewed-by:
...
Also acknowledge noah.watkins@inktank.com as the primary email.
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
43fa0555f4
mailmap: add João Eduardo Luís fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
96d9b9936f
mailmap: add Dan Mick fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
7aac3504cd
mailmap: add Samuel Just fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
6d0ba4d9a4
mailmap: add Greg Farnum fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
a3eb935fa5
mailmap: add Yehuda Sadeh fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:15 +01:00
Loic Dachary
f6b52fd41f
mailmap: add Sage Weil fixes for Reviewed-by:
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-09 13:49:12 +01:00
Christophe Courtaut
31f3745a1d
mailmap: Adds Christophe Courtaut
...
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
2014-01-08 11:46:24 +01:00
Loic Dachary
7bbadf1959
mailmap: add Matthew Roy, Matthew Wodrich
...
Signed-off-by: Loic Dachary <loic@dachary.org>
2013-09-25 19:46:27 +02:00
Loic Dachary
04c7207aaa
git: consolidate mails in commit logs
...
Map duplicate mails / names in commit logs to a single canonical names.
Useful to report to management with git shortlog -nes
Signed-off-by: Loic Dachary <loic@dachary.org>
2013-09-25 08:07:57 +02:00