mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Update contributors list.
Also update the self-contained script to ignore the service bots.
This commit is contained in:
parent
8af9054f2d
commit
41ecd4e7d6
@ -2,7 +2,7 @@
|
|||||||
names ()
|
names ()
|
||||||
{
|
{
|
||||||
echo -e "\n exit;\n**Contributors (sorted by number of commits):**\n";
|
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 ()
|
quine ()
|
||||||
{
|
{
|
||||||
@ -33,14 +33,17 @@
|
|||||||
* Sergey Trofimov <sarg@sarg.org.ru>
|
* Sergey Trofimov <sarg@sarg.org.ru>
|
||||||
* JohnnySun <bmy001@gmail.com>
|
* JohnnySun <bmy001@gmail.com>
|
||||||
* Uwe Hermann <uwe@hermann-uwe.de>
|
* Uwe Hermann <uwe@hermann-uwe.de>
|
||||||
|
* Alberto <albertsal83@gmail.com>
|
||||||
* 0nse <0nse@users.noreply.github.com>
|
* 0nse <0nse@users.noreply.github.com>
|
||||||
* Gergely Peidl <gergely@peidl.net>
|
* Gergely Peidl <gergely@peidl.net>
|
||||||
* Christian Fischer <sw-dev@computerlyrik.de>
|
* Christian Fischer <sw-dev@computerlyrik.de>
|
||||||
* 6arms1leg <m.brnsfld@googlemail.com>
|
* 6arms1leg <m.brnsfld@googlemail.com>
|
||||||
|
* walkjivefly <mark@walkjivefly.com>
|
||||||
* Normano64 <per.bergqwist@gmail.com>
|
* Normano64 <per.bergqwist@gmail.com>
|
||||||
* Avamander <Avamander@users.noreply.github.com>
|
* Avamander <Avamander@users.noreply.github.com>
|
||||||
* Ⲇⲁⲛⲓ Φi <daniphii@outlook.com>
|
* Ⲇⲁⲛⲓ Φi <daniphii@outlook.com>
|
||||||
* Yar <yaroslav.isakov@gmail.com>
|
* Yar <yaroslav.isakov@gmail.com>
|
||||||
|
* Yaron Shahrabani <sh.yaron@gmail.com>
|
||||||
* xzovy <caleb@caleb-cooper.net>
|
* xzovy <caleb@caleb-cooper.net>
|
||||||
* xphnx <xphnx@users.noreply.github.com>
|
* xphnx <xphnx@users.noreply.github.com>
|
||||||
* Tarik Sekmen <tarik@ilixi.org>
|
* Tarik Sekmen <tarik@ilixi.org>
|
||||||
@ -57,6 +60,7 @@
|
|||||||
* Hasan Ammar <ammarh@gmail.com>
|
* Hasan Ammar <ammarh@gmail.com>
|
||||||
* Gilles MOREL <contact@gilles-morel.fr>
|
* Gilles MOREL <contact@gilles-morel.fr>
|
||||||
* Gilles Émilien MOREL <Almtesh@users.noreply.github.com>
|
* Gilles Émilien MOREL <Almtesh@users.noreply.github.com>
|
||||||
|
* Daniel Hauck <maill@dhauck.eu>
|
||||||
* Chris Perelstein <chris.perelstein@gmail.com>
|
* Chris Perelstein <chris.perelstein@gmail.com>
|
||||||
* Carlos Ferreira <calbertoferreira@gmail.com>
|
* Carlos Ferreira <calbertoferreira@gmail.com>
|
||||||
* atkyritsis <at.kyritsis@gmail.com>
|
* atkyritsis <at.kyritsis@gmail.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user