summaryrefslogtreecommitdiff
path: root/Documentation/gitweb.conf.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-01-14 23:29:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-01-14 23:29:33 (GMT)
commit3dc50ccf7d5224b5f44108a07aa63e297f370e72 (patch)
tree41eed549e926622e9e6953460e6563ec405ae348 /Documentation/gitweb.conf.txt
parentf2b6aa98be15458e4741274441541ee071e36f63 (diff)
parentf116ee21cdacf5bf2c220464b65a9ca5452e4cae (diff)
downloadgit-3dc50ccf7d5224b5f44108a07aa63e297f370e72.zip
git-3dc50ccf7d5224b5f44108a07aa63e297f370e72.tar.gz
git-3dc50ccf7d5224b5f44108a07aa63e297f370e72.tar.bz2
Merge branch 'do/gitweb-strict-export-conf-doc'
Doc update. * do/gitweb-strict-export-conf-doc: docs: fix $strict_export text in gitweb.conf.txt
Diffstat (limited to 'Documentation/gitweb.conf.txt')
-rw-r--r--Documentation/gitweb.conf.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitweb.conf.txt b/Documentation/gitweb.conf.txt
index 40c9563..92535db 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