Fixed count

This commit is contained in:
2019-01-02 02:20:21 +01:00
parent 2aacfd36a6
commit f6ee22af4c

View File

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