summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/get-authors3
1 files changed, 3 insertions, 0 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback