We use .mailmap to display contributors email addresses in an uniform format.
Add an entry for Antoine Cœur to have his/her name and email address displayed properly in the git history. Cc: Antoine Cœur <[email protected]> Reviewed-by: Antoine Cœur<[email protected]> Signed-off-by: Philippe Mathieu-Daude <[email protected]> --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index 595ce337714b..03ed977984b5 100644 --- a/.mailmap +++ b/.mailmap @@ -11,3 +11,5 @@ # Aaron Li <[email protected]> <[email protected]> +Antoine Cœur <[email protected]> +Antoine Cœur <[email protected]> <[email protected]> -- 2.21.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#52897): https://edk2.groups.io/g/devel/message/52897 Mute This Topic: https://groups.io/mt/69463088/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
