We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9fe62 commit 54b1eecCopy full SHA for 54b1eec
bin/git-summary
@@ -5,7 +5,6 @@ test $# -ne 0 && COMMITISH=$@
5
project=${PWD##*/}
6
commit_count=`git log --oneline $COMMITISH | wc -l | tr -d ' '`
7
file_count=`git ls-files | wc -l | tr -d ' '`
8
-# authors=`git shortlog -n -s $COMMITISH`
9
authors=`git shortlog -n -s $COMMITISH | awk '
10
{ args[NR] = $0; sum += $0 }
11
END {
0 commit comments