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 d323ad7 commit cf79995Copy full SHA for cf79995
bin/authors.sh
@@ -1,6 +1,6 @@
1
# Combine existing list of authors with everyone known in git, sort, add header.
2
tail --lines=+3 AUTHORS > AUTHORS.tmp
3
-git log --format='%aN' >> AUTHORS.tmp
+git log --format='%aN' | grep -v "Piët Delport" >> AUTHORS.tmp
4
echo -e "List of CodeMirror contributors. Updated before every release.\n" > AUTHORS
5
sort -u AUTHORS.tmp >> AUTHORS
6
rm -f AUTHORS.tmp
0 commit comments