From f6ee22af4c10274ddb1cf07ad4b58866e71698fb Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 2 Jan 2019 02:20:21 +0100 Subject: [PATCH] Fixed count --- gitistics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitistics.sh b/gitistics.sh index 8e50b40..96a21aa 100755 --- a/gitistics.sh +++ b/gitistics.sh @@ -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