From: Junio C Hamano Date: Sun, 1 Apr 2007 08:03:27 +0000 (+0000) Subject: Autogenerated HTML docs for v1.5.1-rc3-29-gd8b6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9196e9ef7140ba1f063ed58ff3c1bdb20865abab;p=git.git Autogenerated HTML docs for v1.5.1-rc3-29-gd8b6 --- diff --git a/git-cvsserver.html b/git-cvsserver.html index 8059ac81d..c38a5944e 100644 --- a/git-cvsserver.html +++ b/git-cvsserver.html @@ -435,9 +435,11 @@ TortoiseCVS 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

@@ -471,7 +473,7 @@ Martin Langhoff <martin@catalyst.net.nz>
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 ------------ diff --git a/git.html b/git.html index 34ea71136..b539a957b 100644 --- a/git.html +++ b/git.html @@ -2317,7 +2317,7 @@ contributors on the git-list <git@vger.kernel.org>.