Skip to content

Commit 54b1eec

Browse files
committed
typo
1 parent 6a9fe62 commit 54b1eec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/git-summary

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ test $# -ne 0 && COMMITISH=$@
55
project=${PWD##*/}
66
commit_count=`git log --oneline $COMMITISH | wc -l | tr -d ' '`
77
file_count=`git ls-files | wc -l | tr -d ' '`
8-
# authors=`git shortlog -n -s $COMMITISH`
98
authors=`git shortlog -n -s $COMMITISH | awk '
109
{ args[NR] = $0; sum += $0 }
1110
END {

0 commit comments

Comments
 (0)