]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'wp/doc-filter-direction'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Apr 2010 04:32:21 +0000 (21:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Apr 2010 04:32:21 +0000 (21:32 -0700)
* wp/doc-filter-direction:
  documentation: clarify direction of core.autocrlf

Documentation/config.txt

index aa5411e455dd935c54ae1bb66d0b64f976461937..92f851e797ca820f6f6126391eafee0d4eec7e26 100644 (file)
@@ -198,11 +198,11 @@ core.quotepath::
 
 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
+       `LF` when reading from the work tree, and convert in reverse when
+       writing to the work tree.  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.  A file is considered
+       reading from the work tree but files are written out to the work
+       tree with `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].