projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006ede5
)
Fix documentation copy&paste typo
author
Uwe Zeisberger
<zeisberg@informatik.uni-freiburg.de>
Fri, 8 Dec 2006 11:44:31 +0000
(12:44 +0100)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 8 Dec 2006 18:51:12 +0000
(10:51 -0800)
This was introduced in
45a3b12cfd3eaa05bbb0954790d5be5b8240a7b5
Signed-off-by: Uwe Kleine-K
\e
,AC6
\e
(Bnig <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl
patch
|
blob
|
history
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index 61e2ab290036fe504b808ef35340ce776bd1983b..5ea3fda540f00e4b7ee2c11c380eac86168eca17 100755
(executable)
--- a/
gitweb/gitweb.perl
+++ b/
gitweb/gitweb.perl
@@
-120,7
+120,7
@@
our %feature = (
# To disable system wide have in $GITWEB_CONFIG
# $feature{'snapshot'}{'default'} = [undef];
# To have project specific config enable override in $GITWEB_CONFIG
- # $feature{'
blame
'}{'override'} = 1;
+ # $feature{'
snapshot
'}{'override'} = 1;
# and in project config gitweb.snapshot = none|gzip|bzip2;
'snapshot' => {
'sub' => \&feature_snapshot,