From 67d245bfe914ae2594ecad8a9140d468270adf88 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Sat, 7 Apr 2018 11:45:16 -0700 Subject: [PATCH] Fixed get-authors. --- contrib/get-authors | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contrib/get-authors b/contrib/get-authors index 59187a81c..bdf331400 100755 --- a/contrib/get-authors +++ b/contrib/get-authors @@ -40,6 +40,9 @@ while [ $# -gt 0 ]; do sed 's/guykatzz/Guy/' | \ sed 's/Guy Katz/Guy/' | \ sed 's/Guy/Guy Katz/' | \ + sed 's/Martin Brain/Martin/' | \ + sed 's/Martin/Martin Brain/' | \ + sed 's/justinxu421/Justin Xu/' | \ eval "$strip_email" | \ sort | uniq -c | sort -nr | head -n 3 | \ ( while read lines author; do -- 2.30.2