[PATCH] D124563: Drop '* text=auto' from .gitattributes and normalize
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 27 18:21:40 PDT 2022
aaronpuchert added a comment.
In D124563#3478968 <https://reviews.llvm.org/D124563#3478968>, @modimo wrote:
> I used `arc patch` and also saw the same thing.
The patch does actually change the files to LF endings. So just applying the patch with non-Git tools will make LF endings, but Git will apply the LF -> CRLF transformation when it checks out itself. Git doesn't show the file as modified because after cleaning the file (i.e. applying CRLF -> LF) it's the same as in the index.
Sorry for all the noise, I was just annoyed about this empty `test` directory and thought we just need to move that file... well, it was a bit of an adventure. Thanks for helping out here.
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