summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-07-05 17:32:45 -0400
committerJames Moger <james.moger@gitblit.com>2011-07-05 17:32:45 -0400
commited21d23885c2f112e5c5650e9436870b1ac99392 (patch)
tree0295c2ca3589b03a0c4eeb51ab05d8f7fb608272 /distrib
parentd9f68798555e5ba8b4f7ddecf4a8cabbe9bb161a (diff)
downloadgitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.tar.gz
gitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.zip
Documentation. Added JavaDoc. Clarified repository access restriction.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/gitblit.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index 37fdd344..93b306a2 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -20,6 +20,10 @@ git.repositoriesFolder = git
git.searchRepositoriesSubfolders = true
# Allow push/pull over http/https with JGit servlet.
+# If you do NOT want to allow Git clients to clone/push to Gitblit set this
+# to false. You might want to do this if you are only using ssh:// or git://.
+# If you set this false, consider changing the [web.otherUrls] setting to
+# indicate your clone/push urls.
#
# SINCE 0.5.0
git.enableGitServlet = true