Line ending normalization has occurred - PRs may have merge conflicts #16761
Replies: 2 comments 8 replies
-
Hi @seanbudd I have merged to the commit just before the normalization to isolate future merges from this one: When I do:
and then: And then when I do:
I logically get the following message:
I can probably ignore the changes in Thanks Cheers, Cyrille |
Beta Was this translation helpful? Give feedback.
-
@CyrilleB79, I successfully used a slight variant of @seanbudd's revised steps, to update PR #16369.
My variant, was that I tagged the commits he referenced, as "prenormal" and "normalize", to make doing this again easier.
"git config core.autocrlf" returns nothing.
The only problem I seem to have right now, is that I have an untracked file showing up in status, of "include/microsoft-ui-uiautomation/".
That seems harmless for this PR, so I haven't fixed it.
|
Beta Was this translation helpful? Give feedback.
-
We have just normalized the line endings for the entire repository to LF: #12387
This may cause merge conflicts with existing PRs.
Please handle conflicts as follows:
Files can be checked out locally using CRLF if needed for Windows development using git.
Beta Was this translation helpful? Give feedback.
All reactions