removed merges from count
This commit is contained in:
parent
4455c14b90
commit
9de086d16d
1 changed files with 1 additions and 1 deletions
|
@ -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- )
|
||||
AUTHORS=$(git --no-pager shortlog -nse --no-merges | cut -f 2- )
|
||||
if [ -z "$AUTHORS" ] ; then
|
||||
echo "Authors list was empty"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue