projects
/
geekigeeki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76ddda
)
Enable tarballs in gitweb
author
Bernie Innocenti
<bernie@codewiz.org>
Mon, 15 Dec 2008 02:43:11 +0000
(
03:43
+0100)
committer
Bernie Innocenti
<bernie@codewiz.org>
Mon, 15 Dec 2008 02:43:11 +0000
(
03:43
+0100)
gitweb_config.perl
patch
|
blob
|
history
diff --git
a/gitweb_config.perl
b/gitweb_config.perl
index fa7c2d5251bc949eab4ff1752e0f176348ebb58b..1cfa13b79778003ddc917164a174b9a41cd95add 100755
(executable)
--- a/
gitweb_config.perl
+++ b/
gitweb_config.perl
@@
-19,3
+19,5
@@
$feature{'blame'}{'default'} = [1];
#bernie: not working with rewrite rule
$feature{'pathinfo'}{'default'} = [1];
+
+$feature{'snapshot'}{'default'} = ['tgz', 'tbz2', 'zip'];