From: Junio C Hamano
Date: Wed, 18 Apr 2007 09:57:04 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.1.1-174-gabbf5
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a2ad99e24c573fd7fa47ca4df15fc1e8e5f923fc;p=git.git
Autogenerated HTML docs for v1.5.1.1-174-gabbf5
---
diff --git a/config.txt b/config.txt
index 7e41ca6a0..2c0a66632 100644
--- a/config.txt
+++ b/config.txt
@@ -423,8 +423,34 @@ gitcvs.allbinary::
causes the client to treat all files as binary files which suppresses
any newline munging it otherwise might do. A work-around for the
fact that there is no way yet to set single files to mode '-kb'.
+
+gitcvs.dbname::
+ Database used by git-cvsserver to cache revision information
+ derived from the git repository. The exact meaning depends on the
+ used database driver, for SQLite (which is the default driver) this
+ is a filename. Supports variable substitution (see
+ gitlink:git-cvsserver[1] for details). May not contain semicolons (`;`).
+ Default: '%Ggitcvs.%m.sqlite'
+
+gitcvs.dbdriver::
+ Used Perl DBI driver. You can specify any available driver
+ for this here, but it might not work. git-cvsserver is tested
+ with 'DBD::SQLite', reported to work with 'DBD::Pg', and
+ reported *not* to work with 'DBD::mysql'. Experimental feature.
+ May not contain double colons (`:`). Default: 'SQLite'.
See gitlink:git-cvsserver[1].
+gitcvs.dbuser, gitcvs.dbpass::
+ Database user and password. Only useful if setting 'gitcvs.dbdriver',
+ since SQLite has no concept of database users and/or passwords.
+ 'gitcvs.dbuser' supports variable substitution (see
+ gitlink:git-cvsserver[1] for details).
+
+All gitcvs variables except for 'gitcvs.allbinary' can also specifed
+as 'gitcvs..' (where 'access_method' is one
+of "ext" and "pserver") to make them apply only for the given access
+method.
+
http.sslVerify::
Whether to verify the SSL certificate when fetching or pushing
over HTTPS. Can be overridden by the 'GIT_SSL_NO_VERIFY' environment
diff --git a/git-config.html b/git-config.html
index c01792896..8245cf398 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1178,10 +1178,52 @@ gitcvs.allbinary
causes the client to treat all files as binary files which suppresses
any newline munging it otherwise might do. A work-around for the
fact that there is no way yet to set single files to mode -kb.
+
+
+
+gitcvs.dbname
+
+
+
+ Database used by git-cvsserver to cache revision information
+ derived from the git repository. The exact meaning depends on the
+ used database driver, for SQLite (which is the default driver) this
+ is a filename. Supports variable substitution (see
+ git-cvsserver(1) for details). May not contain semicolons (;).
+ Default: %Ggitcvs.%m.sqlite
+
+
+
+gitcvs.dbdriver
+
+
+
+ Used Perl DBI driver. You can specify any available driver
+ for this here, but it might not work. git-cvsserver is tested
+ with DBD::SQLite, reported to work with DBD::Pg, and
+ reported not to work with DBD::mysql. Experimental feature.
+ May not contain double colons (:). Default: SQLite.
See git-cvsserver(1).
+gitcvs.dbuser, gitcvs.dbpass
+
+
+
+ Database user and password. Only useful if setting gitcvs.dbdriver,
+ since SQLite has no concept of database users and/or passwords.
+ gitcvs.dbuser supports variable substitution (see
+ git-cvsserver(1) for details).
+
+
+
+All gitcvs variables except for gitcvs.allbinary can also specifed
+as gitcvs.<access_method>.<varname> (where access_method is one
+of "ext" and "pserver") to make them apply only for the given access
+method.
+
+-
http.sslVerify
-
@@ -1566,7 +1608,7 @@ transfer.unpackLimit