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 /distrib | |
parent | d9f68798555e5ba8b4f7ddecf4a8cabbe9bb161a (diff) | |
download | gitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.tar.gz gitblit-ed21d23885c2f112e5c5650e9436870b1ac99392.zip |
Documentation. Added JavaDoc. Clarified repository access restriction.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 4 |
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
|