From: Antoine Pelisse Date: Sat, 5 Jan 2013 21:26:45 +0000 (+0100) Subject: log: grep author/committer using mailmap X-Git-Tag: v1.8.2-rc0~112^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d72fbe8111fbd3083d7063078c96eed27098490c?hp=d72fbe8111fbd3083d7063078c96eed27098490c log: grep author/committer using mailmap Currently you can use mailmap to display log authors and committers but you can't use the mailmap to find commits with mapped values. This commit allows you to run: git log --use-mailmap --author mapped_name_or_email git log --use-mailmap --committer mapped_name_or_email Of course it only works if the --use-mailmap option is used. The new name and email are copied only when necessary. Signed-off-by: Antoine Pelisse Signed-off-by: Junio C Hamano ---