aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitweb.conf.txt
diff options
context:
space:
mode:
authorFrank Dana <ferdnyc@gmail.com>2018-12-08 00:26:09 +0000
committerJunio C Hamano <gitster@pobox.com>2018-12-09 10:59:55 +0900
commit112ea42663c8cb01eb44b19f1461ec85fe03cf8c (patch)
treea84d26f8bb90635cb2b378b18ba6434522c69dd6 /Documentation/gitweb.conf.txt
parent965798d1f2992a4bdadb81eba195a7d465b6454a (diff)
downloadgit-112ea42663c8cb01eb44b19f1461ec85fe03cf8c.tar.gz
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>
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r--Documentation/gitweb.conf.txt2
1 files changed, 1 insertions, 1 deletions
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.