mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00
Properly count the contributions by ignoring merges.
Signed-off-by: Alexander Wels <awels@redhat.com>
This commit is contained in:
parent
656f6fe221
commit
40832a97bf
@ -45,7 +45,7 @@ EOF
|
||||
}
|
||||
|
||||
shortlog() {
|
||||
git shortlog -sne $RELSPANREF | sed "s/^/ /"
|
||||
git shortlog -sne --no-merges $RELSPANREF | sed "s/^/ /"
|
||||
}
|
||||
|
||||
usage() {
|
||||
|
Loading…
Reference in New Issue
Block a user