commit | e0cbc39768884a1e7edcf2dbf6e6825c4b23485a | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | Sat Jul 12 00:28:18 2008 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jul 11 21:16:37 2008 -0700 |
tree | b97af457b406343bcd49677ca09e6fd211591ddd | |
parent | e09c4e753c337d914f4eb7a05cb5e8bbfc362489 [diff] |
Add pretty format %aN which gives the author name, respecting .mailmap The pretty format %an does not respect .mailmap, but gives the exact author name recorded in the commit. Sometimes it is more desirable, however, to look if the email has another name mapped to it in .mailmap. This commit adds %aN (and %cN for the committer name) to do exactly that. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>