From b074746b624603bf3a0e9bb667a0623ac3f221ce Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 17 Sep 2015 16:43:39 +0200 Subject: [PATCH] .mailmap for pbr AUTHORS upate The AUTHORS file is regenerated by pbr automatically. There are a few duplicate names in the git log history which caused the file to end up with duplicates. Additionaly some person haven't configured their git client to use First Name / Last Name. Introduce /.mailmap which pbr reads to alias or combine emails, see for example: https://github.com/openstack-dev/pbr/blob/master/.mailmap When combining email addresses I took the one that had the most commit: 2 Author: Lakshmi Kannan 1 Author: Lakshmi Kannan 21 Author: Winson Chan 9 Author: Winson Chan 4 Author: W Chan The previous four last entries have been moved to match alphabetical ordering. Add myself since this patch is part of the repository. Change-Id: I46b1e0e97bab87664a1c7a188898e52512b2fdf0 --- .mailmap | 19 +++++++++++++++++++ AUTHORS | 14 ++++++++++---- 2 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..2b3e1662c --- /dev/null +++ b/.mailmap @@ -0,0 +1,19 @@ +# Format is: +# +# +Bryan Havenstein +David Charles Kennedy +Dmitri Zimine +Lakshmi Kannan +Lingxian Kong +Lingxian Kong +Liu Sheng +Manas Kelshikar +Noa Koffman +Renat Akhmerov +Rico Lin +Timur Nurlygayanov +Venkata Mahesh Kotha +Winson Chan +Winson Chan +Zhu Rong diff --git a/AUTHORS b/AUTHORS index 3f0e958af..3f279da51 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,9 +3,13 @@ Alexander Kuznetsov Anastasia Kuznetsova Angus Salkeld Ankita Wagh +Antoine Musso Boris Pavlovic +Bryan Havenstein Christian Berendt +Claudiu Belu David C Kennedy +David Charles Kennedy Dmitri Zimine Doug Hellmann Ed Cranford @@ -15,19 +19,21 @@ Kirill Izotov Lakshmi Kannan Limor Stotland Lingxian Kong +Liu Sheng Manas Kelshikar Moshe Elisha Nikolay Mahotkin +Noa Koffman Pierre-Arthur MATHIEU Ray Chen Renat Akhmerov +Rico Lin +Rinat Sabitov Sergey Kolekonov Sergey Murashov Timur Nurlygayanov +Venkata Mahesh Kotha Winson Chan Zhenguo Niu ZhiQiang Fan -Bryan Havenstein -Liu Sheng -Noa Koffman -Rico Lin +Zhu Rong