[PATCH 2/4] config.txt: Document core.autocrlf

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Frank Lichtenheld
Date: Friday, April 13, 2007 - 9:02 am

Text shamelessly stolen from the 1.5.1 release notes.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
---
 Documentation/config.txt |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 061c585..09c355b 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -117,6 +117,16 @@ core.fileMode::
 	the working copy are ignored; useful on broken filesystems like FAT.
 	See gitlink:git-update-index[1]. True by default.
 
+core.autocrlf::
+	If true, makes git convert `CRLF` at the end of lines in text files to
+	`LF` when reading from the filesystem, and convert in reverse when
+	writing to the filesystem.  The variable can be set to
+	'input', in which case the conversion happens only while
+    	reading from the filesystem but files are written out with
+    	`LF` at the end of lines.  Currently, which paths to consider
+	"text" (i.e. be subjected to the autocrlf mechanism) is
+	decided purely based on the contents.
+
 core.symlinks::
 	If false, symbolic links are checked out as small plain files that
 	contain the link text. gitlink:git-update-index[1] and
-- 
1.5.1.1

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4] Random fixes to Documentation/config.txt, Frank Lichtenheld, (Fri Apr 13, 9:02 am)
[PATCH 1/4] config.txt: Document gitcvs.allbinary, Frank Lichtenheld, (Fri Apr 13, 9:02 am)
[PATCH 2/4] config.txt: Document core.autocrlf, Frank Lichtenheld, (Fri Apr 13, 9:02 am)
[PATCH 3/4] config.txt: Change pserver to server in descri ..., Frank Lichtenheld, (Fri Apr 13, 9:02 am)
[PATCH 4/4] config.txt: Fix grammatical error in descripti ..., Frank Lichtenheld, (Fri Apr 13, 9:02 am)