mirror of
https://github.com/tj/git-extras.git
synced 2026-09-12 16:36:22 -04:00
Fix comment typo in git-authors (#1050)
This commit is contained in:
parent
2d221c1b67
commit
5d7ed18c50
|
|
@ -36,7 +36,7 @@ fi
|
|||
|
||||
authors() {
|
||||
if $NO_EMAIL; then
|
||||
# eamil will be used to uniq authors.
|
||||
# email will be used to uniq authors.
|
||||
git shortlog -sne | awk '{$1=""; sub(" ", ""); print}' | awk -F'<' '!x[$1]++' | awk -F'<' '!x[$2]++' \
|
||||
| awk -F'<' '{gsub(/ +$/, "", $1); print $1}'
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue