edk2-basetools icon indicating copy to clipboard operation
edk2-basetools copied to clipboard

Switch the current master branch and the newmaster branch

Open BobCF opened this issue 3 years ago • 3 comments
trafficstars

There are windows line ending characters in the current master, that was introduced by the recent commits by mistake.

The newmaster branch fixed that issue.

BobCF avatar Feb 15 '22 01:02 BobCF

@BobCF - I have autocrlf = false and still see all files in the newmaster have CRLF. You are expecting them to be LF, right?

spbrogan avatar Mar 29 '22 01:03 spbrogan

Yes. I am expecting them to be LF.

BobCF avatar Apr 04 '22 09:04 BobCF

I don't think switching to a new branch is the correct solution. If we want to change line endings, shouldn't we just do a single commit to master?

bcran avatar Apr 25 '23 14:04 bcran