diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-01-14 15:29:32 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-01-14 15:29:32 -0800 |
| commit | 94022736ea21c8e20b287badbedc4eecf3406110 (patch) | |
| tree | f7438f0e005468f8ca353cbf44f5a32abcaa1493 | |
| parent | 25d90d1cb72ce51407324259516843406142fe89 (diff) | |
| parent | 112ea42663c8cb01eb44b19f1461ec85fe03cf8c (diff) | |
| download | git-94022736ea21c8e20b287badbedc4eecf3406110.tar.xz | |
Merge branch 'fd/gitweb-snapshot-conf-doc-fix'
Doc update.
* fd/gitweb-snapshot-conf-doc-fix:
docs/gitweb.conf: config variable typo
| -rw-r--r-- | Documentation/gitweb.conf.txt | 2 |
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. |
