Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalize line endings #336

Merged
merged 1 commit into from
Feb 6, 2017
Merged

Normalize line endings #336

merged 1 commit into from
Feb 6, 2017

Conversation

dahlbyk
Copy link
Owner

@dahlbyk dahlbyk commented Dec 30, 2016

We don't need to merge this before we ship 0.7 (#327), but this will close #334.

There is a good chance GitHub will refuse to merge the remaining open PRs. To resolve, we will want to set git config --global merge.renormalize true, ensure master is up-to-date, and then either:

  1. git rebase master to replay changes after the normalization
  2. git merge master to bring in these changes

@rkeithhill
Copy link
Collaborator

rkeithhill commented Dec 30, 2016

There is a good chance GitHub will refuse to merge the remaining open PRs

That's good incentive to accept / reject as many PRs as makes sense for 0.7.0. :-)

@dahlbyk dahlbyk added this to the v1.0 milestone Jan 2, 2017
@dahlbyk
Copy link
Owner Author

dahlbyk commented Jan 2, 2017

We can also include #341 in this PR, when the time comes.

@dahlbyk dahlbyk merged commit 7bc50f0 into master Feb 6, 2017
@dahlbyk dahlbyk deleted the normalize-line-endings branch February 6, 2017 17:05
@dahlbyk
Copy link
Owner Author

dahlbyk commented Feb 6, 2017

Well crap, should have waited for build to run: https://ci.appveyor.com/project/dahlbyk/posh-git/build/0.7.158. Tests aren't happy about the line ending normalization.

@rkeithhill
Copy link
Collaborator

I can fix that tonight, if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LF normalization disabled in .gitattributes
2 participants