From: Junio C Hamano
Date: Wed, 2 Apr 2008 08:39:08 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.5-rc2-25-g5fbd
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a74efce3509588e2d8fc7853b82bcdce35eacba6;p=git.git
Autogenerated HTML docs for v1.5.5-rc2-25-g5fbd
---
diff --git a/config.txt b/config.txt
index 3017d640c..04c01c5fd 100644
--- a/config.txt
+++ b/config.txt
@@ -661,6 +661,13 @@ gitcvs.dbuser, gitcvs.dbpass::
'gitcvs.dbuser' supports variable substitution (see
linkgit:git-cvsserver[1] for details).
+gitcvs.dbTableNamePrefix::
+ Database table name prefix. Prepended to the names of any
+ database tables used, allowing a single database to be used
+ for several repositories. Supports variable substitution (see
+ linkgit:git-cvsserver[1] for details). Any non-alphabetic
+ characters will be replaced with underscores.
+
All gitcvs variables except for 'gitcvs.allbinary' can also be
specified as 'gitcvs..' (where 'access_method'
is one of "ext" and "pserver") to make them apply only for the given
diff --git a/git-config.html b/git-config.html
index 29fc64cfe..6c98147b8 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1701,6 +1701,18 @@ gitcvs.dbuser, gitcvs.dbpass
git-cvsserver(1) for details).
+
+gitcvs.dbTableNamePrefix
+
+
+
+ Database table name prefix. Prepended to the names of any
+ database tables used, allowing a single database to be used
+ for several repositories. Supports variable substitution (see
+ git-cvsserver(1) for details). Any non-alphabetic
+ characters will be replaced with underscores.
+
+
All gitcvs variables except for gitcvs.allbinary can also be
specified as gitcvs.<access_method>.<varname> (where access_method
@@ -2392,7 +2404,7 @@ web.browser