Merge branch 'do/gitweb-strict-export-conf-doc'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:33 +0000 (15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:33 +0000 (15:29 -0800)
Doc update.

* do/gitweb-strict-export-conf-doc:
docs: fix $strict_export text in gitweb.conf.txt

1  2 
Documentation/gitweb.conf.txt
index 40c9563ef67af92f4b2531ec0f29b91456452887,83b4388c2cb9672f5809e7c4877da12eb2c93065..92535dbac53ac49d89ef6d8ce62dd2920c83c445
@@@ -207,8 -207,8 +207,8 @@@ subsection on linkgit:gitweb[1] manpage
  
  $strict_export::
        Only allow viewing of repositories also shown on the overview page.
-       This for example makes `$gitweb_export_ok` file decide if repository is
-       available and not only if it is shown.  If `$gitweb_list` points to
+       This for example makes `$export_ok` file decide if repository is
+       available and not only if it is shown.  If `$projects_list` points to
        file with list of project, only those repositories listed would be
        available for gitweb.  Can be set during building gitweb via
        `GITWEB_STRICT_EXPORT`.  By default this variable is not set, which
@@@ -684,7 -684,7 +684,7 @@@ compressed tar archive) and "zip"; plea
  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.