mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
actually now does what it says as it was just sorting by name
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
|
||||
# Get a list of authors ordered by number of commits
|
||||
# and remove the commit count column
|
||||
AUTHORS=$(git --no-pager shortlog -nse | cut -f 2- | sort -f)
|
||||
AUTHORS=$(git --no-pager shortlog -nse | cut -f 2- )
|
||||
if [ -z "$AUTHORS" ] ; then
|
||||
echo "Authors list was empty"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user