Properly count the contributions by ignoring merges.

Signed-off-by: Alexander Wels <awels@redhat.com>
This commit is contained in:
Alexander Wels 2019-01-11 14:32:46 -05:00
parent 656f6fe221
commit 40832a97bf

View File

@ -45,7 +45,7 @@ EOF
} }
shortlog() { shortlog() {
git shortlog -sne $RELSPANREF | sed "s/^/ /" git shortlog -sne --no-merges $RELSPANREF | sed "s/^/ /"
} }
usage() { usage() {