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 82439fb commit 5760f60Copy full SHA for 5760f60
tools/git/scripts/list_contributors
@@ -28,4 +28,4 @@
28
# - Exclude GitHub actions.
29
# * `grep -v`
30
# - Exclude the stdlib bot.
31
-git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions' | grep -v '^stdlib-bot'
+git shortlog -sne | cut -f 2 | sort -f | grep -v '^github-actions' | grep -v '^stdlib-bot'
0 commit comments