Autogenerated HTML docs for v1.5.5-rc2-25-g5fbd
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 2 Apr 2008 08:39:08 +0000 (08:39 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 2 Apr 2008 08:39:08 +0000 (08:39 +0000)
config.txt
git-config.html
git-cvsserver.html
git-cvsserver.txt

index 3017d640cff918e33544272cb2b9f7b9cfd5db4c..04c01c5fdca566b1760e8eed02687607017e89aa 100644 (file)
@@ -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.<access_method>.<varname>' (where 'access_method'
 is one of "ext" and "pserver") to make them apply only for the given
index 29fc64cfef255601dfce464467f118bbf05f2177..6c98147b85d7cd3700261b0a7b9ae5e6682b7dc0 100644 (file)
@@ -1701,6 +1701,18 @@ gitcvs.dbuser, gitcvs.dbpass
         <a href="git-cvsserver.html">git-cvsserver(1)</a> for details).\r
 </p>\r
 </dd>\r
+<dt>\r
+gitcvs.dbTableNamePrefix\r
+</dt>\r
+<dd>\r
+<p>\r
+        Database table name prefix.  Prepended to the names of any\r
+        database tables used, allowing a single database to be used\r
+        for several repositories.  Supports variable substitution (see\r
+        <a href="git-cvsserver.html">git-cvsserver(1)</a> for details).  Any non-alphabetic\r
+        characters will be replaced with underscores.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>All gitcvs variables except for <em>gitcvs.allbinary</em> can also be\r
 specified as <em>gitcvs.&lt;access_method&gt;.&lt;varname&gt;</em> (where <em>access_method</em>\r
@@ -2392,7 +2404,7 @@ web.browser
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Mar-2008 09:40:37 UTC\r
+Last updated 02-Apr-2008 08:38:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index a5099dd440af74cc9721032cff1f59781d6f2a63..9084c87399987ce61df195f1af6728a9e3c411df 100644 (file)
@@ -531,6 +531,16 @@ gitcvs.dbpass
         SQLite has no concept of database passwords.\r
 </p>\r
 </dd>\r
+<dt>\r
+gitcvs.dbTableNamePrefix\r
+</dt>\r
+<dd>\r
+<p>\r
+        Database table name prefix.  Supports variable substitution\r
+        (see below).  Any non-alphabetic characters will be replaced\r
+        with underscores.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>All variables can also be set per access method, see <a href="#configaccessmethod">above</a>.</p>\r
 <h4>Variable substitution</h4>\r
@@ -691,7 +701,7 @@ Martin Langhoff &lt;martin@catalyst.net.nz&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 31-Jan-2008 03:19:58 UTC\r
+Last updated 02-Apr-2008 08:38:49 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d3e99931d7d344cdfb04b90133dd926a2aac1c9b..9cec8021b8c66b6bac692e2a9f14204503f7f18a 100644 (file)
@@ -227,6 +227,11 @@ gitcvs.dbpass::
        Database password.  Only useful if setting `dbdriver`, since
        SQLite has no concept of database passwords.
 
+gitcvs.dbTableNamePrefix::
+       Database table name prefix.  Supports variable substitution
+       (see below).  Any non-alphabetic characters will be replaced
+       with underscores.
+
 All variables can also be set per access method, see <<configaccessmethod,above>>.
 
 Variable substitution