From 57734f3cda29e4d3c96d319f95df38dc318755b3 Mon Sep 17 00:00:00 2001 From: Daniele Gobbetti Date: Mon, 25 Jun 2018 18:27:01 +0200 Subject: [PATCH] Update contributors list. Also update the self-contained script to use official overrides from mailmap files. --- CONTRIBUTORS.rst | 45 ++++++++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index c898628ea..d43487b68 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -2,7 +2,7 @@ names () { echo -e "\n exit;\n**Contributors (sorted by number of commits):**\n"; - git log --format='%aN:%ae' origin/master | grep -Ev "(anonymous:|FYG_.*_bot_ignore_me)" | sed 's/@users.github.com/@users.noreply.github.com/g' | awk 'BEGIN{FS=":"}{match ($1, /^(%)?(.*)/, n) ; ct[n[2]]+=1; if (n[1] ~ /%/ || e[n[2]] == "" ) { e[n[2]]=$2}}END{for (i in e) { n[i]=e[i];c[i]+=ct[i] }; for (a in e) print c[a]"\t* "a" <"n[a]">";}' | sort -n -r | cut -f 2- + git log --format='%aN:%aE' origin/master | grep -Ev "(anonymous:|FYG_.*_bot_ignore_me)" | sed 's/@users.github.com/@users.noreply.github.com/g' | awk 'BEGIN{FS=":"}{ct[$1]+=1;e[$1]=$2}END{for (i in e) { n[i]=e[i];c[i]+=ct[i] }; for (a in e) print c[a]"\t* "a" <"n[a]">";}' | sort -n -r | cut -f 2- } quine () { @@ -28,30 +28,36 @@ * João Paulo Barraca * Jonas * Yaron Shahrabani -* protomors * postsorino -* ivanovlev -* mueller-ma +* protomors * Allan Nordhøy -* Julien Pivotto +* mueller-ma +* ivanovlev +* naofum * youzhiran <2668760098@qq.com> +* Tijl Schepens +* TaaviE +* Julien Pivotto +* Taavi Eomäe * Steffen Liebergeld * Lem Dulfo -* naofum +* Hadrián Candela * Felix Konstantin Maurer * Sergey Trofimov +* Robert Barat * José Rebelo * JohnnySun -* Hadrián Candela * Uwe Hermann -* TaaviE +* Edoardo Rosa * Alberto * Vladislav Serkov * Vebryn +* Gilles Émilien MOREL * Gergely Peidl * Bożydar * 0nse <0nse@users.noreply.github.com> -* Tijl Schepens +* Максим Якимчук +* Rimas Raguliūnas * masakoodaa * Lukas Veneziano * Kompact @@ -61,14 +67,17 @@ * 6arms1leg * Zhong Jianxin * walkjivefly +* Ted Stein +* NotAFIle * Normano64 +* NicoBuntu * nautilusx * Minori Hiraoka (미노리) * Michal Novotny * mesnevi * LL * Jesús -* Gilles Émilien MOREL +* exit-failure * Avamander * AnthonyDiGirolamo * Andreas Kromke @@ -79,9 +88,10 @@ * Vitaliy Shuruta * Tomer Rosenfeld * Tomas Radej -* Ted Stein +* tiparega <11555126+tiparega@users.noreply.github.com> * Tarik Sekmen * Szymon Tomasz Stefanek +* Sergio Lopez * Sami Alaoui <4ndroidgeek@gmail.com> * Roman Plevka * rober @@ -90,26 +100,32 @@ * Pavel Motyrev * Pascal * Olexandr Nesterenko -* NotAFIle -* NotAFile * Nicolò Balzarotti * Natanael Arndt +* Moarc * Michal Novak * michaelneu * McSym28 * MaxL +* Martin +* Martin Piatka * Marc Schlaich +* Manuel Soler +* Luiz Felipe das Neves Lopes * Leonardo Amaral * lazarosfs * ladbsoft <30509719+ladbsoft@users.noreply.github.com> +* Kristjan Räts * kevlarcade * Kevin Richter * Kaz Wolfe * Kasha * Joseph Kim * Jan Lolek +* Jakub Jelínek * Ivan * Hasan Ammar +* Gilles MOREL * Gideão Gomes Ferreira * Gabe Schrecker * freezed-or-frozen @@ -118,11 +134,14 @@ * Daniel Hauck * criogenic * Chris Perelstein +* chabotsi * Carlos Ferreira * bucala * batataspt@gmail.com * atkyritsis +* AndrewH <36428679+andrewheadricke@users.noreply.github.com> * andre +* Allen B <28495335+Allen-B1@users.noreply.github.com> * Alexey Afanasev And all the Transifex translators, which I cannot automatically list, at the moment.