From 9197d340db81a245193dff1ecb44889b8e0dfe31 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 24 May 2011 17:39:38 -0400 Subject: [PATCH] Download zip feature. --- distrib/gitblit.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index b263f32..e2ddce6 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -55,6 +55,9 @@ # 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. -- Gitblit v1.9.1