Skip to content

Commit 15f2152

Browse files
committed
Feed git log output manually to shortlog
1 parent a689edb commit 15f2152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/update_contributors

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ this_script=$(perl -MFile::Spec -e 'print File::Spec->abs2rel(@ARGV)' "$0" "${ro
4040
# Lists contributors.
4141
list_contributors() {
4242
local contributors
43-
contributors="$(git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions')"
43+
contributors="$(git log | git shortlog -sne | cut -f 2 | sort | grep -v '^github-actions')"
4444
echo "${contributors}"
4545
}
4646

0 commit comments

Comments
 (0)