Skip to content

Commit

Permalink
Merge branch 'wp/doc-filter-direction'
Browse files Browse the repository at this point in the history
* wp/doc-filter-direction:
  documentation: clarify direction of core.autocrlf
  • Loading branch information
Junio C Hamano committed Apr 19, 2010
2 parents bc32d34 + c308b9c commit c4df50c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit c4df50c

Please sign in to comment.