From ecb627f2757653a4b6b974faf00c00840bb83160 Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Fri, 22 Jun 2018 11:15:39 -0700 Subject: [PATCH] Added Makai and Yoni to get-authors script. --- contrib/get-authors | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/get-authors b/contrib/get-authors index bdf331400..6ee3166e2 100755 --- a/contrib/get-authors +++ b/contrib/get-authors @@ -40,9 +40,11 @@ while [ $# -gt 0 ]; do sed 's/guykatzz/Guy/' | \ sed 's/Guy Katz/Guy/' | \ sed 's/Guy/Guy Katz/' | \ + sed 's/makaimann/Makai Mann/' | \ sed 's/Martin Brain/Martin/' | \ sed 's/Martin/Martin Brain/' | \ sed 's/justinxu421/Justin Xu/' | \ + sed 's/yoni206/Yoni Zohar/' | \ eval "$strip_email" | \ sort | uniq -c | sort -nr | head -n 3 | \ ( while read lines author; do -- 2.30.2