diff options
author | James Moger <james.moger@gitblit.com> | 2014-06-12 18:55:37 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-06-12 18:55:37 -0400 |
commit | ef4a461f2fca3f445afb16718448b14f2b57e810 (patch) | |
tree | 2165ea73f6bf204e36cc41bf006a91d77ffb04aa /src/site | |
parent | ebed4a60d95c40b91f8ca1b99d6ea3a0a7c9114c (diff) | |
parent | 46bfccb0d57ba75d195be7afa54e37ba0d4321d1 (diff) | |
download | gitblit-ef4a461f2fca3f445afb16718448b14f2b57e810.tar.gz gitblit-ef4a461f2fca3f445afb16718448b14f2b57e810.zip |
Merge branch 'ticket/100' into release-v1.6.0
Diffstat (limited to 'src/site')
-rw-r--r-- | src/site/administration.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/administration.mkd b/src/site/administration.mkd index 6fc334e4..049a8273 100644 --- a/src/site/administration.mkd +++ b/src/site/administration.mkd @@ -20,7 +20,7 @@ All repository settings are stored within the repository `.git/config` file unde federationSets =
#### Repository Names
-Repository names must be case-insensitive-unique but are CASE-SENSITIVE ON CASE-SENSITIVE FILESYSTEMS. The name must be composed of letters, digits, or `/ _ - . ~`<br/>
+Repository names must be case-insensitive-unique but are CASE-SENSITIVE ON CASE-SENSITIVE FILESYSTEMS. The name must be composed of letters, digits, or `/ _ - . ~ +`<br/>
Whitespace is illegal.
Repositories can be grouped within subfolders. e.g. *libraries/mycoollib.git* and *libraries/myotherlib.git*
|