We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a689edb commit 15f2152Copy full SHA for 15f2152
1 file changed
tools/scripts/update_contributors
@@ -40,7 +40,7 @@ this_script=$(perl -MFile::Spec -e 'print File::Spec->abs2rel(@ARGV)' "$0" "${ro
40
# Lists contributors.
41
list_contributors() {
42
local contributors
43
- contributors="$(git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions')"
+ contributors="$(git log | git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions')"
44
echo "${contributors}"
45
}
46
0 commit comments