From c1a9eafa216ea4e538a0cfa45b7a29dd3552f7fb Mon Sep 17 00:00:00 2001 From: Miika Turkia Date: Fri, 25 May 2018 07:27:48 +0300 Subject: Add .mailmap to combine individual contributors This will combine contributions to one identity even when using multiple email addresses (or differences in real name). I.e. Tomaz had two different identities in top 20 contributors list. Now "git shortlog -sne" will show them all under one contributor. Signed-off-by: Miika Turkia --- Not that this would really matter, but since we do run git shortlog -sne to get stats we might as well get more correct results :D I am sure there are still some mistakes as I used exact realname matching in a longish shell one-liner, complemented with some manual tuning for Willem and Robert as I spotted them to have some variations on real name... --- .mailmap | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..13599303b --- /dev/null +++ b/.mailmap @@ -0,0 +1,28 @@ + + + + + + + + + + + + +Robert C. Helling +Robert C. Helling Robert.Helling +Robert C. Helling Robert.Helling +Robert C. Helling Robert C. Helling +Robert C. Helling Robert C. Helling +Robert C. Helling Robert Helling + + + + + + +Willem Ferguson + + + -- cgit v1.2.3-70-g09d2