.. 2>/dev/null names () { echo -e "\n exit;\n**Contributors (sorted by number of commits):**\n"; 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 () { { echo ".. 2>/dev/null"; declare -f names | sed -e 's/^[[:space:]]*/ /'; declare -f quine | sed -e 's/^[[:space:]]*/ /'; echo -e " quine\n"; names; echo -e "\nAnd all the Transifex translators, which I cannot automatically list, at the moment.\n\n*To update the contributors list just run this file with bash*" } > CONTRIBUTORS.rst; exit } quine exit; **Contributors (sorted by number of commits):** * Andreas Shimokawa * Carsten Pfeiffer * Daniele Gobbetti * João Paulo Barraca * ivanovlev * Julien Pivotto * Steffen Liebergeld * Lem Dulfo * 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 * Szymon Tomasz Stefanek * Roman Plevka * rober * Nicolò Balzarotti * Natanael Arndt * Marc Schlaich * kevlarcade * Kevin Richter * Kasha * Ivan * Hasan Ammar * Gilles MOREL * Gilles Émilien MOREL * Daniel Hauck * Chris Perelstein * Carlos Ferreira * atkyritsis * andre * Alexey Afanasev And all the Transifex translators, which I cannot automatically list, at the moment. *To update the contributors list just run this file with bash*