Merge pull request #7516 from cirosantilli/update-regex-msg
Update default regex message to match regex.
This commit is contained in:
commit
42a1d8083c
1 changed files with 1 additions and 2 deletions
|
@ -67,8 +67,7 @@ module Gitlab
|
|||
|
||||
def default_regex_message
|
||||
"can contain only letters, digits, '_', '-' and '.'. " \
|
||||
"It must start with letter, digit or '_', optionally preceeded by '.'. " \
|
||||
"It must not end in '.git'."
|
||||
"Cannot start with '-' or end in '.git'" \
|
||||
end
|
||||
|
||||
def default_regex
|
||||
|
|
Loading…
Reference in a new issue