diff options
author | James Moger <james.moger@gitblit.com> | 2011-05-24 17:39:38 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-05-24 17:39:38 -0400 |
commit | 9197d340db81a245193dff1ecb44889b8e0dfe31 (patch) | |
tree | e866bea3c64fd6714ed141c551c67e52fc2f1ad8 /distrib | |
parent | 8a2e9c363346ef5bf48c8eba09cb8afa46fabeeb (diff) | |
download | gitblit-9197d340db81a245193dff1ecb44889b8e0dfe31.tar.gz gitblit-9197d340db81a245193dff1ecb44889b8e0dfe31.zip |
Download zip feature.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/gitblit.properties | 3 |
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.
|