From a74efce3509588e2d8fc7853b82bcdce35eacba6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 2 Apr 2008 08:39:08 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.5-rc2-25-g5fbd --- config.txt | 7 +++++++ git-config.html | 14 +++++++++++++- git-cvsserver.html | 12 +++++++++++- git-cvsserver.txt | 5 +++++ 4 files changed, 36 insertions(+), 2 deletions(-) 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

diff --git a/git-cvsserver.html b/git-cvsserver.html index a5099dd44..9084c8739 100644 --- a/git-cvsserver.html +++ b/git-cvsserver.html @@ -531,6 +531,16 @@ gitcvs.dbpass 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 above.

Variable substitution

@@ -691,7 +701,7 @@ Martin Langhoff <martin@catalyst.net.nz> diff --git a/git-cvsserver.txt b/git-cvsserver.txt index d3e99931d..9cec8021b 100644 --- a/git-cvsserver.txt +++ b/git-cvsserver.txt @@ -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 <>. Variable substitution -- 2.26.2