You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this fixed once, but it looks like it got reversed by this commit: 817f6e8
The commit comment "Argh!" would seem to indicate that perhaps we should discuss what the correct solution is. As things stand now, each committer will end up changing the line endings of the file in the source repo to match the operating system platform that they are committing from.
My strong recommendation is to keep the line endings normalized in the repo and let git convert to/from the platform line ending on commit/checkout.
@JonathanReeve What problem caused the change to get reverted?
The text was updated successfully, but these errors were encountered:
I had this fixed once, but it looks like it got reversed by this commit: 817f6e8
The commit comment "Argh!" would seem to indicate that perhaps we should discuss what the correct solution is. As things stand now, each committer will end up changing the line endings of the file in the source repo to match the operating system platform that they are committing from.
My strong recommendation is to keep the line endings normalized in the repo and let git convert to/from the platform line ending on commit/checkout.
@JonathanReeve What problem caused the change to get reverted?
The text was updated successfully, but these errors were encountered: