summaryrefslogtreecommitdiffstats
path: root/gitattributes.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-02-23 17:19:48 -0800
committerJunio C Hamano <gitster@pobox.com>2022-02-23 17:19:48 -0800
commitc44a3c5407578ca733b6e1aa66cf8a94e5b4d2e3 (patch)
tree4b22eb38b26e85fa1484e968b4eb7707b39f3fbf /gitattributes.html
parent99a21c3fd90112166afacf1fe1ed3e1c5d74cea6 (diff)
downloadgit-htmldocs-c44a3c5407578ca733b6e1aa66cf8a94e5b4d2e3.tar.gz
Autogenerated HTML docs for v2.35.1-291-gdab1b
Diffstat (limited to 'gitattributes.html')
-rw-r--r--gitattributes.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/gitattributes.html b/gitattributes.html
index b9f504e01..89a462b1b 100644
--- a/gitattributes.html
+++ b/gitattributes.html
@@ -933,11 +933,12 @@ unspecified.</p></div>
<h4 id="_code_eol_code"><code>eol</code></h4>
<div class="paragraph"><p>This attribute sets a specific line-ending style to be used in the
working directory. This attribute has effect only if the <code>text</code>
-attribute is set or unspecified, or if it is set to <code>auto</code> and the file
-is detected as text. 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.</p></div>
+attribute is set or unspecified, or if it is set to <code>auto</code>, the file is
+detected as text, and it is stored with LF endings in the index. Note
+that setting this attribute on paths which are in the index with CRLF
+line endings may make the paths to be considered dirty unless
+<code>text=auto</code> is set. Adding the path to the index again will normalize
+the line endings in the index.</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
Set to string value "crlf"
@@ -2196,7 +2197,7 @@ frotz unspecified</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-02-16 17:29:08 PST
+ 2022-02-23 17:16:40 PST
</div>
</div>
</body>