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 a7a0d6e commit 9cf27e6Copy full SHA for 9cf27e6
bin/git-authors
@@ -7,4 +7,4 @@ if [[ $# == 1 ]]; then
7
WHERE="$1"
8
fi
9
10
-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
0 commit comments