diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2018-12-06 13:10:24 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-12-09 12:28:15 +0900 |
commit | f116ee21cdacf5bf2c220464b65a9ca5452e4cae (patch) | |
tree | 16e835092ed55ec00d279c317f8b3d81d6b43ac6 | |
parent | Merge branch 'es/format-patch-range-diff-fix-fix' (diff) | |
download | tgif-f116ee21cdacf5bf2c220464b65a9ca5452e4cae.tar.xz |
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>
-rw-r--r-- | Documentation/gitweb.conf.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt index c0a326e388..83b4388c2c 100644 --- a/Documentation/gitweb.conf.txt +++ b/Documentation/gitweb.conf.txt @@ -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 |