diff --git a/.mailmap b/.mailmap index 8899e5f820..4efa4ffff9 100644 --- a/.mailmap +++ b/.mailmap @@ -6,6 +6,7 @@ # # For explanation on this file format: man git-shortlog + <1674195+squeegels@users.noreply.github.com> Aaron L. Xu Aaron Lehmann Aaron Lehmann @@ -32,6 +33,7 @@ Alexander Larsson Alexander Morozov Alexander Morozov Alexandre Beslic +Alexis Couvreur Alicia Lauerman Allen Sun Allen Sun @@ -380,6 +382,8 @@ Nathan LeClaire Nathan LeClaire Neil Horman Nick Russo +Nick Santos +Nick Santos Nicolas Borboën Nicolas De Loof Nigel Poulton @@ -446,6 +450,7 @@ Solomon Hykes Solomon Hykes Soshi Katsuta Soshi Katsuta +Spring Lee Sridhar Ratnakumar Sridhar Ratnakumar Srini Brahmaroutu diff --git a/AUTHORS b/AUTHORS index b7bf053217..483743c992 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,6 @@ -# This file lists all individuals having contributed content to the repository. -# For how it is generated, see `scripts/docs/generate-authors.sh`. +# File @generated by scripts/docs/generate-authors.sh. DO NOT EDIT. +# This file lists all contributors to the repository. +# See scripts/docs/generate-authors.sh to make modifications. Aanand Prasad Aaron L. Xu @@ -24,6 +25,7 @@ Akihiro Suda Akim Demaille Alan Thompson Albert Callarisa +Alberto Roura Albin Kerouanton Aleksa Sarai Aleksander Piotrowski @@ -37,6 +39,7 @@ Alexander Morozov Alexander Ryabov Alexandre González Alexey Igrychev +Alexis Couvreur Alfred Landrum Alicia Lauerman Allen Sun @@ -82,6 +85,7 @@ Bardia Keyoumarsi Barnaby Gray Bastiaan Bakker BastianHofmann +Ben Bodenmiller Ben Bonnefoy Ben Creasy Ben Firshman @@ -93,6 +97,7 @@ Bhumika Bayani Bill Wang Bin Liu Bingshen Wang +Bishal Das Boaz Shuster Bogdan Anton Boris Pruessmann @@ -105,6 +110,7 @@ Bret Fisher Brian (bex) Exelbierd Brian Goff Brian Wieder +Bruno Sousa Bryan Bess Bryan Boreham Bryan Murphy @@ -192,6 +198,7 @@ David Calavera David Cramer David Dooling David Gageot +David Karlsson David Lechner David Scott David Sheets @@ -251,6 +258,7 @@ Evelyn Xu Everett Toews Fabio Falci Fabrizio Soppelsa +Felix Geyer Felix Hupfeld Felix Rabe fezzik1620 @@ -275,6 +283,7 @@ George MacRorie George Xie Gianluca Borello Gildas Cuisinier +Gio d'Amelio Gleb Stsenov Goksu Toprak Gou Rao @@ -332,6 +341,7 @@ Jan-Jaap Driessen Jana Radhakrishnan Jared Hocutt Jasmine Hegman +Jason Hall Jason Heiss Jason Plum Jay Kamat @@ -501,6 +511,7 @@ Mason Fish Mason Malone Mateusz Major Mathieu Champlon +Mathieu Rollet Matt Gucci Matt Robenolt Matteo Orefice @@ -553,6 +564,7 @@ Moysés Borges Mozi <29089388+pzhlkj6612@users.noreply.github.com> Mrunal Patel muicoder +Murukesh Mohanan Muthukumar R Máximo Cuadros Mårten Cassel @@ -568,6 +580,7 @@ Nathan LeClaire Nathan McCauley Neil Peterson Nick Adcock +Nick Santos Nico Stapelbroek Nicola Kabar Nicolas Borboën @@ -666,6 +679,7 @@ Sainath Grandhi Sakeven Jiang Sally O'Malley Sam Neirinck +Sam Thibault Samarth Shah Sambuddha Basu Sami Tabet @@ -701,7 +715,8 @@ Slava Semushin Solomon Hykes Song Gao Spencer Brown -squeegels <1674195+squeegels@users.noreply.github.com> +Spring Lee +squeegels Srini Brahmaroutu Stefan S. Stefan Scherer diff --git a/scripts/docs/generate-authors.sh b/scripts/docs/generate-authors.sh index b76ef325eb..338172232f 100755 --- a/scripts/docs/generate-authors.sh +++ b/scripts/docs/generate-authors.sh @@ -5,8 +5,9 @@ set -e OUT="${1:-.}" { cat <<-'EOH' - # This file lists all individuals having contributed content to the repository. - # For how it is generated, see `scripts/docs/generate-authors.sh`. + # File @generated by scripts/docs/generate-authors.sh. DO NOT EDIT. + # This file lists all contributors to the repository. + # See scripts/docs/generate-authors.sh to make modifications. EOH echo git log --format='%aN <%aE>' | LC_ALL=C.UTF-8 sort -uf