diff --git a/gitistics.sh b/gitistics.sh index 44ae54c..8e50b40 100755 --- a/gitistics.sh +++ b/gitistics.sh @@ -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