summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
Diffstat (limited to 'distrib')
-rw-r--r--distrib/gitblit.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index b263f327..e2ddce61 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -55,6 +55,9 @@ web.siteName =
# If web.authenticate=false, any user can execute the aforementioned functions.
web.allowAdministration = true
+# Allow dyanamic zip downloads.
+web.allowZipDownloads = true
+
# This is the message display above the repositories table.
# This can point to a file with Markdown content.
# Specifying "gitblit" uses the internal welcome message.