docs: fix $strict_export text in gitweb.conf.txt

The section discusses $gitweb_export_ok and $gitweb_list, but gitweb
Perl code does not have such variables (this likely hangs over from
GITWEB_EXPORT_OK and GITWEB_LIST respectively). Fix the section to
spell $export_ok and $projects_list like the rest of the document.

Signed-off-by: Denis Ovsienko <denis@ovsienko.info>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Denis Ovsienko 2018-12-06 13:10:24 +00:00 коммит произвёл Junio C Hamano
Родитель 965798d1f2
Коммит f116ee21cd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -207,8 +207,8 @@ subsection on linkgit:gitweb[1] manpage.
$strict_export:: $strict_export::
Only allow viewing of repositories also shown on the overview page. Only allow viewing of repositories also shown on the overview page.
This for example makes `$gitweb_export_ok` file decide if repository is This for example makes `$export_ok` file decide if repository is
available and not only if it is shown. If `$gitweb_list` points to available and not only if it is shown. If `$projects_list` points to
file with list of project, only those repositories listed would be file with list of project, only those repositories listed would be
available for gitweb. Can be set during building gitweb via available for gitweb. Can be set during building gitweb via
`GITWEB_STRICT_EXPORT`. By default this variable is not set, which `GITWEB_STRICT_EXPORT`. By default this variable is not set, which