From 4e35eb660d9dc51a02ef7b4b61c8aa7ce4ebc820 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sat, 4 Sep 2010 00:31:55 +0300 Subject: s also a legal char in a username (awk_r) --- gen_authors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_authors b/gen_authors index 7b5ad28..9be6eeb 100755 --- a/gen_authors +++ b/gen_authors @@ -2,6 +2,6 @@ # Generate a AUTHORS file in the format git-svn likes (with an extra = sign) wget -q -O- http://svn.digium.com/svn/repotools/authors \ -| sed -e 's/^\([a-z0-9.-]\|(no author)\)*/& =/' +| sed -e 's/^\([a-z0-9._-]\|(no author)\)*/& =/' echo 'automerge = Automerge script ' -- cgit v1.2.3