diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index e6698fda..ca95966b 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 --all --format='%aN:%aE' | 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 | 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- } quine () { @@ -26,15 +26,17 @@ * Carsten Pfeiffer * Daniele Gobbetti * Julien Pivotto +* João Paulo Barraca * Steffen Liebergeld * Lem Dulfo * Sergey Trofimov * JohnnySun * Uwe Hermann -* Gergely Peidl * 0nse <0nse@users.noreply.github.com> +* Gergely Peidl * Christian Fischer * Normano64 +* 6arms1leg * Ⲇⲁⲛⲓ Φi * xzovy * xphnx @@ -56,7 +58,6 @@ * atkyritsis * andre * Alexey Afanasev -* 6arms1leg And all the Transifex translators, which I cannot automatically list, at the moment.