We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad029b commit eabb0bfCopy full SHA for eabb0bf
Documentation/config.txt
@@ -408,6 +408,13 @@ gitcvs.logfile::
408
Path to a log file where the cvs pserver interface well... logs
409
various stuff. See gitlink:git-cvsserver[1].
410
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
+
418
http.sslVerify::
419
Whether to verify the SSL certificate when fetching or pushing
420
over HTTPS. Can be overridden by the 'GIT_SSL_NO_VERIFY' environment
0 commit comments