From 41ecd4e7d6515959e964e2729e06daee7ad0cfc9 Mon Sep 17 00:00:00 2001 From: Daniele Gobbetti Date: Wed, 26 Apr 2017 18:15:27 +0200 Subject: [PATCH] Update contributors list. Also update the self-contained script to ignore the service bots. --- CONTRIBUTORS.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 62fedfc5..325a1082 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 | sed 's/@users.github.com/@users.noreply.github.com/g' | awk 'BEGIN{FS=":"}{ct[$2]+=1;if (length($1) > length(e[$2])) {e[$2]=$1}}END{for (i in e) { n[e[i]]=i;c[e[i]]+=ct[i] }; for (a in n) print c[a]"\t* "a" <"n[a]">";}' | sort -n -r | cut -f 2- + git log --format='%aN:%ae' origin/master | grep -Ev "FYG_.*_bot_ignore_me" | sed 's/@users.github.com/@users.noreply.github.com/g' | awk 'BEGIN{FS=":"}{ct[$1]+=1;if (length($2) > length(e[$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 () { @@ -33,14 +33,17 @@ * Sergey Trofimov * JohnnySun * Uwe Hermann +* Alberto * 0nse <0nse@users.noreply.github.com> * Gergely Peidl * Christian Fischer * 6arms1leg +* walkjivefly * Normano64 * Avamander * Ⲇⲁⲛⲓ Φi * Yar +* Yaron Shahrabani * xzovy * xphnx * Tarik Sekmen @@ -57,6 +60,7 @@ * Hasan Ammar * Gilles MOREL * Gilles Émilien MOREL +* Daniel Hauck * Chris Perelstein * Carlos Ferreira * atkyritsis