summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ad029b)
raw | patch | inline | side by side (parent: 1ad029b)
author | Frank Lichtenheld <frank@lichtenheld.de> | |
Fri, 13 Apr 2007 16:02:30 +0000 (18:02 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 14 Apr 2007 02:39:28 +0000 (19:39 -0700) |
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | patch | blob | history |
index cf1e040381a99ed458dc061fe103e3c2d2c9474c..061c585629fe6ff18188ba4067ee912cd169091f 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
Path to a log file where the cvs pserver interface well... logs
various stuff. See gitlink:git-cvsserver[1].
+gitcvs.allbinary::
+ If true, all files are sent to the client in mode '-kb'. This
+ 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'.
+ See gitlink:git-cvsserver[1].
+
http.sslVerify::
Whether to verify the SSL certificate when fetching or pushing
over HTTPS. Can be overridden by the 'GIT_SSL_NO_VERIFY' environment