From 2aacfd36a6bb60168c191783967340adf690470d Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 2 Jan 2019 02:19:34 +0100 Subject: [PATCH] Changed shortlog to rev-list --- gitistics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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