From f13c4c5a35a18d8478b276cc44570bbc3398aa73 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 25 May 2011 16:21:17 -0400
Subject: [PATCH] Selected Apache License.  Dropped : from name.  Its simpler.

---
 distrib/gitblit.properties |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index b263f32..148a031 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -44,9 +44,9 @@
 realm.minPasswordLength = 5
 
 #
-# Git:Blit Web Settings
+# Gitblit Web Settings
 #
-# If blank Git:Blit is displayed.
+# If blank Gitblit is displayed.
 web.siteName =
 
 # If web.authenticate=true, users with "admin" role can create repositories,
@@ -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