summaryrefslogtreecommitdiffstats
path: root/gitattributes.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-19 14:01:08 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-19 14:01:08 +0900
commit8d57fa9fe6ea559b6e39c049c77c54f0ae0a32c3 (patch)
tree00c27876b6b53f155ce7c502fa490577fb795abe /gitattributes.txt
parent88bf5716b2ea27d90ae93a2f12525a0e143e3b39 (diff)
downloadgit-htmldocs-8d57fa9fe6ea559b6e39c049c77c54f0ae0a32c3.tar.gz
Autogenerated HTML docs for v2.14.1-727-g9ddaf
Diffstat (limited to 'gitattributes.txt')
-rw-r--r--gitattributes.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/gitattributes.txt b/gitattributes.txt
index c4f2be254..4c68bc19d 100644
--- a/gitattributes.txt
+++ b/gitattributes.txt
@@ -151,7 +151,10 @@ unspecified.
This attribute sets a specific line-ending style to be used in the
working directory. It enables end-of-line conversion without any
-content checks, effectively setting the `text` attribute.
+content checks, effectively setting the `text` attribute. Note that
+setting this attribute on paths which are in the index with CRLF line
+endings may make the paths to be considered dirty. Adding the path to
+the index again will normalize the line endings in the index.
Set to string value "crlf"::