diff --git a/bin/git-authors b/bin/git-authors index 0996e3b..2e51aff 100755 --- a/bin/git-authors +++ b/bin/git-authors @@ -21,7 +21,7 @@ fi # authors() { - git shortlog -sne | awk '{$1=""; sub(" ", ""); print}' + git shortlog -sne | awk '{$1=""; sub(" ", ""); print}' | awk -F'<' '!x[$1]++' | awk -F'<' '!x[$2]++' } #