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>
Denis Ovsienko committed
Dec 6, 2018 at 13:10 UTC
f116ee21cdacf5bf2c220464b65a9ca5452e4cae
1 file changed
+2
-2
Documentation/gitweb.conf.txt
+2
-2
@@ -207,8 +207,8 @@ subsection on linkgit:gitweb[1] manpage.
207
208
$strict_export::
209
Only allow viewing of repositories also shown on the overview page.
210
- This for example makes `$gitweb_export_ok` file decide if repository is
211
- available and not only if it is shown. If `$gitweb_list` points to
210
+ This for example makes `$export_ok` file decide if repository is
211
+ available and not only if it is shown. If `$projects_list` points to
212
file with list of project, only those repositories listed would be
213
available for gitweb. Can be set during building gitweb via
214
`GITWEB_STRICT_EXPORT`. By default this variable is not set, which