summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-10 19:55:14 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-10 19:55:14 +0000
commitb141a92205556b5770b078237a7aa84cd5bba7e2 (patch)
treed4f38a8f1021da7b0035fbaf37a7c67aa9a8f5f9 /git-cvsserver.txt
parentae05feeb712a3d1be55164218489ebebef0f72b2 (diff)
downloadgit-htmldocs-b141a92205556b5770b078237a7aa84cd5bba7e2.tar.gz
Autogenerated HTML docs for v1.6.6-136-g637af
Diffstat (limited to 'git-cvsserver.txt')
-rw-r--r--git-cvsserver.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/git-cvsserver.txt b/git-cvsserver.txt
index 99a7c1470..fbab29550 100644
--- a/git-cvsserver.txt
+++ b/git-cvsserver.txt
@@ -277,6 +277,21 @@ In `dbdriver` and `dbuser` you can use the following variables:
If no name can be determined, the
numeric uid is used.
+ENVIRONMENT
+-----------
+
+These variables obviate the need for command-line options in some
+circumstances, allowing easier restricted usage through git-shell.
+
+GIT_CVSSERVER_BASE_PATH takes the place of the argument to --base-path.
+
+GIT_CVSSERVER_ROOT specifies a single-directory whitelist. The
+repository must still be configured to allow access through
+git-cvsserver, as described above.
+
+When these environment variables are set, the corresponding
+command-line arguments may not be used.
+
Eclipse CVS Client Notes
------------------------