Enable tarballs in gitweb
authorBernie Innocenti <bernie@codewiz.org>
Mon, 15 Dec 2008 02:43:11 +0000 (03:43 +0100)
committerBernie Innocenti <bernie@codewiz.org>
Mon, 15 Dec 2008 02:43:11 +0000 (03:43 +0100)
gitweb_config.perl

index fa7c2d5251bc949eab4ff1752e0f176348ebb58b..1cfa13b79778003ddc917164a174b9a41cd95add 100755 (executable)
@@ -19,3 +19,5 @@ $feature{'blame'}{'default'} = [1];
 
 #bernie: not working with rewrite rule
 $feature{'pathinfo'}{'default'} = [1];
+
+$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];