aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-22 16:29:57 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-22 16:29:57 -0800
commit4075d27a65e00e8eb5124b70a37f6d25c5b14d35 (patch)
tree5b475fe62f0efb00d6c925c80e73fae75dfc1f3f /Documentation
parentf328f35880678fadd460939fa06fff3c5a9d0838 (diff)
parentff68668695486b72b5f06146eddf85b70841088a (diff)
downloadgit-4075d27a65e00e8eb5124b70a37f6d25c5b14d35.tar.gz
git-4075d27a65e00e8eb5124b70a37f6d25c5b14d35.tar.xz
Merge branch 'mo/maint-crlf-doc'
* mo/maint-crlf-doc: core.autocrlf documentation: mention the crlf attribute
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index d8b842bd0..155e925fb 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -169,9 +169,10 @@ core.autocrlf::
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.
+ `LF` at the end of lines. A file is considered
+ "text" (i.e. be subjected to the autocrlf mechanism) based on
+ the file's `crlf` attribute, or if `crlf` is unspecified,
+ based on the file's contents. See linkgit:gitattributes[5].
core.safecrlf::
If true, makes git check if converting `CRLF` as controlled by