From: Uwe Zeisberger Date: Fri, 8 Dec 2006 11:44:31 +0000 (+0100) Subject: Fix documentation copy&paste typo X-Git-Tag: v1.5.0-rc0~150 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bbee1d971dc07c29f840b439aa2a2c890a12cf9f;p=git.git Fix documentation copy&paste typo This was introduced in 45a3b12cfd3eaa05bbb0954790d5be5b8240a7b5 Signed-off-by: Uwe Kleine-K,AC6(Bnig Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 61e2ab290..5ea3fda54 100755 --- 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,