summaryrefslogtreecommitdiffstats
path: root/gitattributes.txt
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.txt
parent55d9191be6ed28e5e9fa4c00b8958095400cd29c (diff)
downloadgit-htmldocs-535c65caafa13821295c3b060a5acd98bd2557b7.tar.gz
Autogenerated HTML docs for v2.13.2-516-ge629a
Diffstat (limited to 'gitattributes.txt')
-rw-r--r--gitattributes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitattributes.txt b/gitattributes.txt
index 473648386..2a2d7e2a4 100644
--- a/gitattributes.txt
+++ b/gitattributes.txt
@@ -229,7 +229,7 @@ From a clean working directory:
-------------------------------------------------
$ echo "* text=auto" >.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"