Update Wiki

This commit is contained in:
Unknown 2014-03-27 07:26:03 -04:00
parent bc1abb010d
commit ce679cce52
3 changed files with 3 additions and 3 deletions

View file

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