Fixed count
This commit is contained in:
@@ -24,7 +24,7 @@ do
|
||||
cd ${dir##*/}
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user