summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-06-22 11:15:39 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2018-06-25 14:11:54 -0700
commitecb627f2757653a4b6b974faf00c00840bb83160 (patch)
treea666ef7edc118a5c162f68cdfb299a415973cddc /contrib
parent4d87f13c473d8c8b9fc47b7823157ea8c57d3f89 (diff)
Added Makai and Yoni to get-authors script.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get-authors2
1 files changed, 2 insertions, 0 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback