summaryrefslogtreecommitdiffstats
path: root/gitattributes.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-24 15:51:58 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-24 15:51:58 -0700
commit535c65caafa13821295c3b060a5acd98bd2557b7 (patch)
tree200904361766eea651eb15a72d718bff48208b69 /gitattributes.html
parent55d9191be6ed28e5e9fa4c00b8958095400cd29c (diff)
downloadgit-htmldocs-535c65caafa13821295c3b060a5acd98bd2557b7.tar.gz
Autogenerated HTML docs for v2.13.2-516-ge629a
Diffstat (limited to 'gitattributes.html')
-rw-r--r--gitattributes.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitattributes.html b/gitattributes.html
index a4aae69f2..a99cc5577 100644
--- a/gitattributes.html
+++ b/gitattributes.html
@@ -1002,7 +1002,7 @@ containing CRLFs should be normalized.</td>
<div class="listingblock">
<div class="content">
<pre><code>$ echo "* text=auto" &gt;.gitattributes
-$ rm .git/index # Remove the index to re-scan the working directory
+$ git read-tree --empty # Clean index, force re-scan of working directory
$ git add .
$ git status # Show files that will be normalized
$ git commit -m "Introduce end-of-line normalization"</code></pre>
@@ -2014,7 +2014,7 @@ frotz unspecified</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-04-24 15:17:27 JST
+Last updated 2017-06-24 15:51:23 PDT
</div>
</div>
</body>