Commit 9a1d0c17 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6050 from jvanbaarsen/regex-fix

Allow . files to be created
parents fb0b9329 cc1f7ea2
......@@ -49,7 +49,7 @@ module Gitlab
protected
def default_regex
/\A[a-zA-Z0-9][a-zA-Z0-9_\-\.]*(?<!\.git)\z/
/\A[.?]?[a-zA-Z0-9][a-zA-Z0-9_\-\.]*(?<!\.git)\z/
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment