summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-27 09:48:21 -0700
committerJunio C Hamano <gitster@pobox.com>2022-07-27 09:48:21 -0700
commita85030a62a0cfffe9f4c52b89e611a498eaba04b (patch)
tree2f760cef70650f12664cf0a41239e07b99e28986 /git-cvsserver.html
parent6bba246d46431b32c3be3676fb727605cf6d2847 (diff)
downloadgit-htmldocs-a85030a62a0cfffe9f4c52b89e611a498eaba04b.tar.gz
Autogenerated HTML docs for v2.37.1-261-g15b17e
Diffstat (limited to 'git-cvsserver.html')
-rw-r--r--git-cvsserver.html36
1 files changed, 26 insertions, 10 deletions
diff --git a/git-cvsserver.html b/git-cvsserver.html
index f3deef48a..023c14c75 100644
--- a/git-cvsserver.html
+++ b/git-cvsserver.html
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 10.1.4" />
+<meta name="generator" content="AsciiDoc 10.2.0" />
<title>git-cvsserver(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -839,10 +839,10 @@ Print usage information and exit
</dt>
<dd>
<p>
-You can specify a list of allowed directories. If no directories
-are given, all are allowed. This is an additional restriction, gitcvs
-access still needs to be enabled by the <code>gitcvs.enabled</code> config option
-unless <code>--export-all</code> was given, too.
+The remaining arguments provide a list of directories. If no directories
+are given, then all are allowed. Repositories within these directories
+still require the <code>gitcvs.enabled</code> config option, unless <code>--export-all</code>
+is specified.
</p>
</dd>
</dl></div>
@@ -1155,10 +1155,26 @@ gitcvs.dbTableNamePrefix
<div class="sectionbody">
<div class="paragraph"><p>These variables obviate the need for command-line options in some
circumstances, allowing easier restricted usage through git-shell.</p></div>
-<div class="paragraph"><p>GIT_CVSSERVER_BASE_PATH takes the place of the argument to --base-path.</p></div>
-<div class="paragraph"><p>GIT_CVSSERVER_ROOT specifies a single-directory whitelist. The
-repository must still be configured to allow access through
-git-cvsserver, as described above.</p></div>
+<div class="dlist"><dl>
+<dt class="hdlist1">
+GIT_CVSSERVER_BASE_PATH
+</dt>
+<dd>
+<p>
+ This variable replaces the argument to --base-path.
+</p>
+</dd>
+<dt class="hdlist1">
+GIT_CVSSERVER_ROOT
+</dt>
+<dd>
+<p>
+ This variable specifies a single directory, replacing the
+ <code>&lt;directory&gt;...</code> argument list. The repository still requires the
+ <code>gitcvs.enabled</code> config option, unless <code>--export-all</code> is specified.
+</p>
+</dd>
+</dl></div>
<div class="paragraph"><p>When these environment variables are set, the corresponding
command-line arguments may not be used.</p></div>
</div>
@@ -1311,7 +1327,7 @@ and <code>gitcvs.allBinary</code> to "guess".</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2021-10-04 12:51:07 PDT
+ 2022-07-27 09:46:08 PDT
</div>
</div>
</body>