Changed shortlog to rev-list

This commit is contained in:
2019-01-02 02:19:34 +01:00
parent 9c6bbf0194
commit 2aacfd36a6

View File

@@ -24,7 +24,7 @@ do
cd ${dir##*/}
# show amount of commits of all users
git shortlog -sne --all --author=$REPOUSER --since="01 Jan 2018"
git rev-list --all --author=$REPOUSER --since="01 Jan 2018"
# go back