diff --git a/bin/git-authors b/bin/git-authors index c22bfed9d..e610a9c98 100755 --- a/bin/git-authors +++ b/bin/git-authors @@ -7,4 +7,4 @@ if [[ $# == 1 ]]; then WHERE="$1" fi -exec git log --pretty=format:'%an <%ae>' "$WHERE" | sort | uniq -c | sort -nr +exec git log --pretty=format:'%an <%ae>' | sort | uniq -c | sort -nr