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

Di Mo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 18:13:36 PDT 2022


modimo added a comment.

In D124563#3478951 <https://reviews.llvm.org/D124563#3478951>, @aaronpuchert wrote:

> In D124563#3478937 <https://reviews.llvm.org/D124563#3478937>, @modimo wrote:
>
>> Checking locally I'm seeing LF as the line ending in crlf.cpp in the working directory. Can you double check that everything matches up?
>
> I had this too, but checking out again seems to have fixed it. Maybe you used `arc patch` like I did? I presume that applies just textually and doesn't know about `.gitattributes`.
>
> And sorry for landing already, there seems to have been a race...

Ah that would explain it, I used `arc patch` and also saw the same thing. It was fixed after I switched off `arcpatch-D124563` and back. Anyways it's all good on main which is what matters.


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