Skip to content

Commit

Permalink
Fix documentation copy&paste typo
Browse files Browse the repository at this point in the history
This was introduced in 45a3b12

Signed-off-by: Uwe Kleine-K�,AC6�(Bnig <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Uwe Zeisberger authored and Junio C Hamano committed Dec 8, 2006
1 parent 006ede5 commit bbee1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
# 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,
Expand Down

0 comments on commit bbee1d9

Please sign in to comment.