From 428b2244aadeb4724e705044d73ac74be724f6e9 Mon Sep 17 00:00:00 2001 From: mschaefers <mschaefers@scoop-gmbh.de> Date: Tue, 04 Dec 2012 16:07:37 -0500 Subject: [PATCH] Merged and enhanced pull request #55 (disallow forks setting) --- distrib/gitblit.properties | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 233fdfa..d57f9ba 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -504,6 +504,12 @@ # SINCE 0.9.0 web.allowLuceneIndexing = true +# Allows an authenticated user to create forks of a repository +# +# set this to false if you want to disable all fork controls on the web site +# +web.allowForking = true + # Controls the length of shortened commit hash ids # # SINCE 1.2.0 @@ -1179,4 +1185,4 @@ # # SINCE 0.5.0 # RESTART REQUIRED -server.shutdownPort = 8081 \ No newline at end of file +server.shutdownPort = 8081 -- Gitblit v1.9.1