From 43a7e5f238ab658ca7e7f3b05264b06411d93f2d Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Fri, 22 Feb 2019 14:40:02 -0700 Subject: [PATCH] Update AUTHORS and .mailmap --- .mailmap | 10 ++++++++++ AUTHORS | 18 +++++++++++++++++- bin/authors_update.py | 2 ++ 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 37f68ffdd1e9..9338d58a44d4 100644 --- a/.mailmap +++ b/.mailmap @@ -394,6 +394,10 @@ Gagandeep Singh czgdp1807 Gagandeep Singh czgdp1807 <36567889+czgdp1807@users.noreply.github.com> Gagandeep Singh czgdp1807 Gagandeep Singh MathLover <36567889+czgdp1807@users.noreply.github.com> +Gagandeep Singh czgdp1807 +Gagandeep Singh Gagandeep Singh <36567889+czgdp1807@users.noreply.github.com> +Gagandeep Singh Gagandeep Singh +Gagandeep Singh Gagandeep Singh S.Y. Lee sylee957 Yatna Verma yatna Jared Lumpe Michael Jared Lumpe @@ -403,3 +407,9 @@ amsuhane amsuhane <“ayushsuhane99@iitkgp.ac.in” Ritu Raj Singh Ritu Raj Singh <37741324+RituRajSingh878@users.noreply.github.com> Ritu Raj Singh RituRajSingh878 rationa-kunal kunal +shiksha11 shiksha11 <33157995+shiksha11@users.noreply.github.com> +Jogi Miglani jmig5776 +Supreet Agrawal stm +Bavish Kulur bavish2201 +Divyanshu Thakur Divyanshu +Shubham Kumar Jha ShubhamKJha diff --git a/AUTHORS b/AUTHORS index 3f288c13e1b8..525bc9cb7586 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,7 +4,7 @@ those who explicitly didn't want to be mentioned. People with a * next to their names are not found in the metadata of the git history. This file is generated automatically by running `./bin/authors_update.py`. -There are a total of 782 authors. +There are a total of 798 authors. Ondřej Čertík Fabian Pedregosa @@ -788,3 +788,19 @@ Ritu Raj Singh Rajiv Ranjan Singh <42106787+iamrajiv@users.noreply.github.com> Vera Lozhkina adhoc-king <46354827+adhoc-king@users.noreply.github.com> +Mikel Rouco +Oscar Gustafsson +damianos +Supreet Agrawal +shiksha11 +Martin Ueding +sharma-kunal +Divyanshu Thakur +Susumu Ishizuka +Samnan Rahee +Fredrik Andersson +Bhavya Srivastava +Alpesh Jamgade +Shubham Abhang +Vishesh Mangla +Nicko van Someren diff --git a/bin/authors_update.py b/bin/authors_update.py index 0fcf4ff2d785..0362356f15af 100755 --- a/bin/authors_update.py +++ b/bin/authors_update.py @@ -94,6 +94,8 @@ def move(l, i1, i2, who): ), 'Sergey B Kirpichev was not found at line 226.' assert 'azure-pipelines[bot]' == \ author_name(git_people.pop(751)), 'azure-pipelines[bot] was not found at line 751' + assert 'whitesource-bolt-for-github[bot]' == \ + author_name(git_people.pop(792)), 'whitesource-bolt-for-github[bot] not found at line 792' except AssertionError as msg: print(red(msg)) sys.exit(1)