summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-07-01 13:05:51 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-07-01 13:05:51 +0300
commit57efaafd172bd8dcd75b3543ae835e51eb7b4c9f (patch)
tree7ae88cdf719695babdefcb1a23d4edbd9178540b
parent5e778837590eee6c1a5e0260832b934611aabeda (diff)
gen_authors: allow extra characters in the nick
-rwxr-xr-xgen_authors3
1 files changed, 1 insertions, 2 deletions
diff --git a/gen_authors b/gen_authors
index 429f8bc..7b5ad28 100755
--- a/gen_authors
+++ b/gen_authors
@@ -1,8 +1,7 @@
#!/bin/sh
# Generate a AUTHORS file in the format git-svn likes (with an extra = sign)
-# The extra case in the sed is for the '(no author)' line.
wget -q -O- http://svn.digium.com/svn/repotools/authors \
-| sed -e 's/^\([a-z-]\|(.*)\)*/& =/'
+| sed -e 's/^\([a-z0-9.-]\|(no author)\)*/& =/'
echo 'automerge = Automerge script <automerge@asterisk.org>'