contrib: contacts: add mailmap support
commit7c6d6ff8f122b10d6214c4f53e3179996dee2f9a
authorEric Sunshine <sunshine@sunshineco.com>
Sun, 21 Jul 2013 10:52:41 +0000 (21 06:52 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 21 Jul 2013 22:14:43 +0000 (21 15:14 -0700)
treec89ca59e3c989f3be925425d796ee625d2e9dd85
parentccf6b45aff3f89016cf1a3e39a37e73e72c3e0f6
contrib: contacts: add mailmap support

The purpose of git-contacts is to determine a list of people who might
have some interest in a patch or set of changes. It can be used as
git-send-email's --cc-cmd argument or the computed list might be used to
ask for comments on a proposed change.  As such, it is important to
report up-to-date email addresses in the computed list rather than
potentially outdated ones recorded with commits.  Apply git's mailmap
functionality to the retrieved contacts in order to achieve this goal.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/contacts/git-contacts