From: Frank Lichtenheld Date: Fri, 13 Apr 2007 16:02:30 +0000 (+0200) Subject: config.txt: Document gitcvs.allbinary X-Git-Tag: v1.5.1.2~38 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eabb0bfd09031d334152a268c47feb2bc3796a3e;p=git.git config.txt: Document gitcvs.allbinary Signed-off-by: Frank Lichtenheld Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index cf1e04038..061c58562 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -408,6 +408,13 @@ gitcvs.logfile:: 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