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 <ferdnyc@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Frank Dana committed
Dec 8, 2018 at 00:26 UTC
112ea42663c8cb01eb44b19f1461ec85fe03cf8c
1 file changed
+1
-1
Documentation/gitweb.conf.txt
+1
-1
@@ -684,7 +684,7 @@ compressed tar archive) and "zip"; please consult gitweb sources for
684
a definitive list. By default only "tgz" is offered.
685
+
686
This feature can be configured on a per-repository basis via
687
-repository's `gitweb.blame` configuration variable, which contains
687
+repository's `gitweb.snapshot` configuration variable, which contains
688
a comma separated list of formats or "none" to disable snapshots.
689
Unknown values are ignored.
690