Comment 6 for bug 994957

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/7175
Committed: http://github.com/openstack/keystone/commit/fd7df12e3dba97760c1eb2a3d8bd782bbf633a24
Submitter: Jenkins
Branch: master

commit fd7df12e3dba97760c1eb2a3d8bd782bbf633a24
Author: Bhuvan Arumugam <email address hidden>
Date: Sun May 6 15:35:58 2012 -0700

    Truly handle mailmap entries for all combinations.

    Bug: 994957

    Mailmap might contain mapping with full name. This commit fixes
    it to handle these combinations:
      Foo ZZ <email address hidden> Bar YY <email address hidden>
      Foo <email address hidden> Bar <email address hidden>
      <email address hidden> <email address hidden>

    This is inline with mailmap convention described here:
      http://man.github.com/git/git-shortlog.html

    * keystone/openstack/common/setup.py
      parse_mailmap(): Pull out canonical and alias email addresses.

    * keystone/tests/test_setup.py
      New test script to cover various combinations in mailmap.

    Change-Id: I471172aa012f37e499e86ffeb74c30ebcdb89b00