From 57efaafd172bd8dcd75b3543ae835e51eb7b4c9f Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 1 Jul 2010 13:05:51 +0300 Subject: gen_authors: allow extra characters in the nick --- gen_authors | 3 +-- 1 file changed, 1 insertion(+), 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 ' -- cgit v1.2.3