From: Frank Dana Date: Sat, 8 Dec 2018 00:26:09 +0000 (+0000) Subject: docs/gitweb.conf: config variable typo X-Git-Tag: v2.21.0-rc0~109^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=112ea42663c8cb01eb44b19f1461ec85fe03cf8c;p=thirdparty%2Fgit.git docs/gitweb.conf: config variable typo The documentation for the feature 'snapshot' claimed "This feature can be configured on a per-repository basis via repository's `gitweb.blame` configuration variable" Fixed to specify `gitweb.snapshot` as the variable name. Signed-off-by: Frank Dana Signed-off-by: Junio C Hamano --- diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index c0a326e388..40c9563ef6 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -684,7 +684,7 @@ compressed tar archive) and "zip"; please consult gitweb sources for a definitive list. By default only "tgz" is offered. + This feature can be configured on a per-repository basis via -repository's `gitweb.blame` configuration variable, which contains +repository's `gitweb.snapshot` configuration variable, which contains a comma separated list of formats or "none" to disable snapshots. Unknown values are ignored.