From 17bd22710392bb8cd5d7cb26eb6d2eff19feca96 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Mon, 1 Sep 2008 06:11:17 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0.1-161-g7f314
---
config.txt | 2 +-
git-config.html | 14 ++++--
git-send-email.html | 5 +-
git-send-email.txt | 3 ++
gitattributes.html | 4 +-
gitattributes.txt | 2 +-
gitmodules.html | 108 ++++++++++++++++++++++++++++++++------------
gitmodules.txt | 2 +-
8 files changed, 99 insertions(+), 41 deletions(-)
diff --git a/config.txt b/config.txt
index af57d9430..ed3285f89 100644
--- a/config.txt
+++ b/config.txt
@@ -697,7 +697,7 @@ gitcvs.logfile::
Path to a log file where the CVS server interface well... logs
various stuff. See linkgit:git-cvsserver[1].
-gitcvs.usecrlfattr
+gitcvs.usecrlfattr::
If true, the server will look up the `crlf` attribute for
files to determine the '-k' modes to use. If `crlf` is set,
the '-k' mode will be left blank, so cvs clients will
diff --git a/git-config.html b/git-config.html
index a70c1a25c..8966da9db 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1787,16 +1787,20 @@ gitcvs.logfile
various stuff. See git-cvsserver(1).
-
-gitcvs.usecrlfattr
+
+gitcvs.usecrlfattr
+
+
+
If true, the server will look up the crlf attribute for
files to determine the -k modes to use. If crlf is set,
the -k mode will be left blank, so cvs clients will
treat it as text. If crlf is explicitly unset, the file
will be set with -kb mode, which suppresses any newline munging
the client might otherwise do. If crlf is not specified,
- then gitcvs.allbinary is used. See gitattributes(5).
-
+ then gitcvs.allbinary is used. See gitattributes(5).
+
+
-
gitcvs.allbinary
@@ -2726,7 +2730,7 @@ web.browser