summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-05-24 17:39:38 -0400
committerJames Moger <james.moger@gitblit.com>2011-05-24 17:39:38 -0400
commit9197d340db81a245193dff1ecb44889b8e0dfe31 (patch)
treee866bea3c64fd6714ed141c551c67e52fc2f1ad8 /distrib
parent8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb (diff)
downloadgitblit-9197d340db81a245193dff1ecb44889b8e0dfe31.tar.gz
gitblit-9197d340db81a245193dff1ecb44889b8e0dfe31.zip
Download zip feature.
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.