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 2d221c1 commit 5d7ed18Copy full SHA for 5d7ed18
bin/git-authors
@@ -36,7 +36,7 @@ fi
36
37
authors() {
38
if $NO_EMAIL; then
39
- # eamil will be used to uniq authors.
+ # email will be used to uniq authors.
40
git shortlog -sne | awk '{$1=""; sub(" ", ""); print}' | awk -F'<' '!x[$1]++' | awk -F'<' '!x[$2]++' \
41
| awk -F'<' '{gsub(/ +$/, "", $1); print $1}'
42
else
0 commit comments