diff options
author | Uwe Zeisberger <zeisberg@informatik.uni-freiburg.de> | 2006-12-08 12:44:31 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-08 10:51:12 -0800 |
commit | bbee1d971dc07c29f840b439aa2a2c890a12cf9f (patch) | |
tree | 3fa5550a57e0007fa0811e7e5803870897b0cdfe /gitweb | |
parent | 006ede5e860717ff1ec68125393bcd4e74507e5b (diff) | |
download | git-bbee1d971dc07c29f840b439aa2a2c890a12cf9f.tar.gz git-bbee1d971dc07c29f840b439aa2a2c890a12cf9f.tar.xz |
Fix documentation copy&paste typo
This was introduced in 45a3b12cfd3eaa05bbb0954790d5be5b8240a7b5
Signed-off-by: Uwe Kleine-K,AC6(Bnig <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb')
-rwxr-xr-x | gitweb/gitweb.perl | 2 |
1 files changed, 1 insertions, 1 deletions
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, |