From 1dcea6c7ce6a3069cdf6bd916640f3073c79814f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Oct 2014 16:49:35 +0200 Subject: [PATCH] core: add a .mailmap file This file is used for example by command "git shortlog", to prevent duplicate committers. --- .gitattributes | 1 + .mailmap | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .mailmap diff --git a/.gitattributes b/.gitattributes index cc18559eb..1f3f31cca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ .git* export-ignore debian export-ignore weechat.spec export-ignore +.mailmap export-ignore diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..72249be11 --- /dev/null +++ b/.mailmap @@ -0,0 +1,16 @@ +# Map author and committer names and email addresses to canonical real names +# and email addresses. +# +# For example with this command: +# git shortlog -nse + + + +Nils Görs +Ryuunosuke Ayanokouzi +Krzysztof Korościk +Marco Paolone + + + +