[PATCH] D124563: Drop '* text=auto' from .gitattributes and normalize

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 28 01:28:16 PDT 2022


nikic added a comment.

This change seems to have broken switching to a branch before the commit completely. The only way I was able to recover my git checkout is to comment out the `* text=auto` line and then run `git reset --hard`, otherwise the crlf.cpp files always show up as changed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124563/new/

https://reviews.llvm.org/D124563



More information about the cfe-commits mailing list