Skip to content

Commit eabb0bf

Browse files
flichtenheldJunio C Hamano
authored andcommitted
config.txt: Document gitcvs.allbinary
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 1ad029b commit eabb0bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/config.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,13 @@ gitcvs.logfile::
408408
Path to a log file where the cvs pserver interface well... logs
409409
various stuff. See gitlink:git-cvsserver[1].
410410

411+
gitcvs.allbinary::
412+
If true, all files are sent to the client in mode '-kb'. This
413+
causes the client to treat all files as binary files which suppresses
414+
any newline munging it otherwise might do. A work-around for the
415+
fact that there is no way yet to set single files to mode '-kb'.
416+
See gitlink:git-cvsserver[1].
417+
411418
http.sslVerify::
412419
Whether to verify the SSL certificate when fetching or pushing
413420
over HTTPS. Can be overridden by the 'GIT_SSL_NO_VERIFY' environment

0 commit comments

Comments
 (0)