From 69d73e9d0d0ab5faf3b62ea3c25c5c846cb3ca0a Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 30 Oct 2009 10:10:23 +0100 Subject: [PATCH] gitweb_config: snapshot feature spec - allow zip snapshots --- gitweb/gitweb_config.perl | 1 + 1 file changed, 1 insertion(+) diff --git a/gitweb/gitweb_config.perl b/gitweb/gitweb_config.perl index 4e9eecf..cafb92c 100644 --- a/gitweb/gitweb_config.perl +++ b/gitweb/gitweb_config.perl @@ -206,6 +206,7 @@ $feature{blame}{default}=[1]; # 'sub' => \&feature_snapshot, # 'override' => 0, # 'default' => ['tgz']}, +$feature{'snapshot'}{'default'} = ['tgz', 'zip']; # # # Enable text search, which will list the commits which match author, # # committer or commit text to a given string. Enabled by default. -- 2.11.4.GIT