We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0445bd7 + 3bc4b8f commit 28a925bCopy full SHA for 28a925b
1 file changed
Documentation/gitattributes.txt
@@ -151,7 +151,10 @@ unspecified.
151
152
This attribute sets a specific line-ending style to be used in the
153
working directory. It enables end-of-line conversion without any
154
-content checks, effectively setting the `text` attribute.
+content checks, effectively setting the `text` attribute. Note that
155
+setting this attribute on paths which are in the index with CRLF line
156
+endings may make the paths to be considered dirty. Adding the path to
157
+the index again will normalize the line endings in the index.
158
159
Set to string value "crlf"::
160
0 commit comments