Commit Graph

6 Commits

Author SHA1 Message Date
Loic Dachary c8c103b71f mailmap: Xihui He affiliation
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-30 21:12:24 +01:00
Loic Dachary f7b000e537 mailmap: Adam Twardowski affiliation
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-30 21:12:24 +01:00
Loic Dachary 47a5122e41 mailmap: Huang Jun is unaffiliated
and name normalization

Reviewed-by: Huang Jun <hjwsm1989@gmail.com>
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-30 21:12:24 +01:00
Loic Dachary 0dbf44ff71 mailmap: Kun Huang affiliation
As found at https://github.com/pyKun

Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-30 21:12:24 +01:00
Loic Dachary fa43d9cee1 organizationmap: joe.buck@inktank.com is Inktank
Signed-off-by: Loic Dachary <loic@dachary.org>
2014-01-10 19:07:50 +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