mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 00:46:26 -04:00
typo
This commit is contained in:
parent
6a9fe62c7d
commit
54b1eecd8e
|
|
@ -5,7 +5,6 @@ test $# -ne 0 && COMMITISH=$@
|
|||
project=${PWD##*/}
|
||||
commit_count=`git log --oneline $COMMITISH | wc -l | tr -d ' '`
|
||||
file_count=`git ls-files | wc -l | tr -d ' '`
|
||||
# authors=`git shortlog -n -s $COMMITISH`
|
||||
authors=`git shortlog -n -s $COMMITISH | awk '
|
||||
{ args[NR] = $0; sum += $0 }
|
||||
END {
|
||||
|
|
|
|||
Loading…
Reference in a new issue