Skip to content

Commit f116ee2

Browse files
infrastationgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 965798d commit f116ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/gitweb.conf.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ subsection on linkgit:gitweb[1] manpage.
207207

208208
$strict_export::
209209
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
212212
file with list of project, only those repositories listed would be
213213
available for gitweb. Can be set during building gitweb via
214214
`GITWEB_STRICT_EXPORT`. By default this variable is not set, which

0 commit comments

Comments
 (0)