1
0
Fork 0
forked from forgejo/forgejo

Update README

This commit is contained in:
Unknown 2014-03-24 11:44:47 -04:00
parent 1b3af2f6c6
commit 40b22822fc
3 changed files with 3 additions and 1 deletions

View file

@ -109,7 +109,7 @@ func IsRepositoryExist(user *User, repoName string) (bool, error) {
var (
// Define as all lower case!!
illegalPatterns = []string{"[.][Gg][Ii][Tt]", "user", "help", "stars", "issues", "pulls", "commits", "admin", "repo", "template", "admin"}
illegalPatterns = []string{"[.][Gg][Ii][Tt]", "raw", "user", "help", "stars", "issues", "pulls", "commits", "admin", "repo", "template", "admin"}
)
// IsLegalName returns false if name contains illegal characters.