summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-01 08:03:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-01 08:03:27 +0000
commit9196e9ef7140ba1f063ed58ff3c1bdb20865abab (patch)
tree75dcb53746a7841a42e39837b1b80618d757c514 /git-cvsserver.txt
parent3aa81825100a7380b2dec081876323507b150a95 (diff)
downloadgit-htmldocs-9196e9ef7140ba1f063ed58ff3c1bdb20865abab.tar.gz
Autogenerated HTML docs for v1.5.1-rc3-29-gd8b6
Diffstat (limited to 'git-cvsserver.txt')
-rw-r--r--git-cvsserver.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-cvsserver.txt b/git-cvsserver.txt
index 1c6f6a7e2..85d0950cf 100644
--- a/git-cvsserver.txt
+++ b/git-cvsserver.txt
@@ -134,9 +134,11 @@ checkout, diff, status, update, log, add, remove, commit.
Legacy monitoring operations are not supported (edit, watch and related).
Exports and tagging (tags and branches) are not supported at this stage.
-The server will set the -k mode to binary when relevant. In proper GIT
-tradition, the contents of the files are always respected.
-No keyword expansion or newline munging is supported.
+The server should set the -k mode to binary when relevant, however,
+this is not really implemented yet. For now, you can force the server
+to set `-kb` for all files by setting the `gitcvs.allbinary` config
+variable. In proper GIT tradition, the contents of the files are
+always respected. No keyword expansion or newline munging is supported.
Dependencies
------------