diff options
author | James Moger <james.moger@gitblit.com> | 2011-07-05 17:32:45 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-07-05 17:32:45 -0400 |
commit | ed21d23885c2f112e5c5650e9436870b1ac99392 (patch) | |
tree | 0295c2ca3589b03a0c4eeb51ab05d8f7fb608272 /docs/01_features.mkd | |
parent | d9f68798555e5ba8b4f7ddecf4a8cabbe9bb161a (diff) | |
download | gitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.tar.gz gitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.zip |
Documentation. Added JavaDoc. Clarified repository access restriction.
Diffstat (limited to 'docs/01_features.mkd')
-rw-r--r-- | docs/01_features.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/01_features.mkd b/docs/01_features.mkd index 7c522a7c..f3b17071 100644 --- a/docs/01_features.mkd +++ b/docs/01_features.mkd @@ -1,7 +1,7 @@ ## Gitblit Features
- JGit SmartHTTP servlet
- Browser and git client authentication
-- Four repository access control configurations with a Read-Only control flag
+- Four *per-repository* access control configurations with a Read-Only control flag
<ul class='noBullets'>
<li>![anonymous](blank.png) *Anonymous View, Clone & Push*</li>
<li>![push](lock_go_16x16.png) *Authenticated Push*</li>
|