summaryrefslogtreecommitdiff
path: root/git-rebase--am.sh
diff options
context:
space:
mode:
authorAndreas Heiduk <asheiduk@gmail.com>2017-06-14 06:51:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-15 17:55:47 (GMT)
commit773a88914f7b951cb33b27b12b4b715b66451a07 (patch)
tree22531820f65dc6df0231477bc8799d745f675e5b /git-rebase--am.sh
parentfd99e2bda0ca6a361ef03c04d6d7fdc7a9c40b78 (diff)
downloadgit-773a88914f7b951cb33b27b12b4b715b66451a07.zip
git-773a88914f7b951cb33b27b12b4b715b66451a07.tar.gz
git-773a88914f7b951cb33b27b12b4b715b66451a07.tar.bz2
doc: do not use `rm .git/index` when normalizing line endings
When illustrating how to normalize the line endings, the documentation in gitattributes tells the user to `rm .git/index`. This is incorrect for two reasons: - Users shouldn't be instructed to mess around with the internal implementation of Git using raw file system tools like `rm`. - Within a submodule or an additional working tree `.git` is just a file containing a `gitdir: <path>` pointer into the real `.git` directory. Therefore `rm .git/index` does not work. The purpose of the `rm .git/index` instruction is to remove all entries from the index without touching the working tree. The way to do this with Git is to use `read-tree --empty`. Signed-off-by: Andreas Heiduk <asheiduk@gmail.com> Helped-by: Junio C Hamano <gitster@pobox.com> Helped-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-rebase--am.sh')
0 files changed, 0 insertions, 0 deletions