We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7511d commit c830694Copy full SHA for c830694
AUTHORS
@@ -819,7 +819,6 @@ Tierney Cyren <accounts@bnb.im>
819
Guillaume Grossetie <g.grossetie@gmail.com>
820
linkgoron <Linkgoron@users.noreply.github.com>
821
Quentin Barbe <forty@everteam.org>
822
-dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
823
Delapouite <delapouite@gmail.com>
824
F. Hinkelmann <franziska.hinkelmann@gmail.com>
825
Tierney Cyren <hello@bnb.im>
scripts/update-authors.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-git log --use-mailmap --reverse --format='%aN <%aE>' | perl -wnE '
+git log --use-mailmap --reverse --format='%aN <%aE>' | grep -v "\[bot\]" | perl -wnE '
4
BEGIN {
5
say "# Authors sorted by whether or not they\x27re me";
6
}
0 commit comments