.mailmap: match up some obvious names/emails
commit055e57876698f44e917152187e7850d8f7e7e0b5
authorJeff King <peff@peff.net>
Wed, 12 Dec 2012 11:36:35 +0000 (12 06:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Dec 2012 19:09:11 +0000 (12 11:09 -0800)
tree1d98c05f2e29f2da1abc3d20aa0de20a66373e64
parent50b03b04c06f44be0d09bcc2b56723e8de985d9a
.mailmap: match up some obvious names/emails

This patch updates git's .mailmap in cases where multiple
names are matched to a single email. The "master" name for
each email was chosen by:

  1. If the only difference is in the presence or absence
     of accented characters, the accented form is chosen
     (under the assumption that it is the natural spelling,
     and accents are sometimes stripped in email).

  2. Otherwise, the most commonly used name is chosen.

  3. If all names are equally common, the most recently used name is
     chosen.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.mailmap