Allow spaces in project name

This commit is contained in:
Dmitriy Zaporozhets 2012-12-28 09:29:57 +02:00
parent 3de4271846
commit 1f3bdd453e
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ module Gitlab
end
def project_name_regex
default_regex
/\A[a-zA-Z][a-zA-Z0-9_\-\. ]*\z/
end
def path_regex