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

update line endings for all files with CRLF (part 3) #19

Merged
merged 1 commit into from Sep 2, 2014

Conversation

maqifrnswa
Copy link
Contributor

The remaining files that still had CRLF:
grep -lIUr "^M" | xargs dos2unix

then manually did the ones with spaces in the names (a couple of .xml files and .layout)

@psi29a
Copy link
Contributor

psi29a commented Sep 2, 2014

You do realize that for he Linux side of things, we (as package managers) end up doing the reverse. :/

Why can't you configure git to do the magic for you instead of forcing it on everyone? ;)

@Altren
Copy link
Contributor

Altren commented Sep 2, 2014

He converted all files to Linux format, not windows. And the rest already handled by github. It seems, this it was handled not very well, since previous changes for two commits with line endings were done by git and I don't understand why it converted only part of files both times.

Altren added a commit that referenced this pull request Sep 2, 2014
update line endings for all files with CRLF (part 3)
@Altren Altren merged commit 1df5cf7 into MyGUI:master Sep 2, 2014
@maqifrnswa
Copy link
Contributor Author

Thank you! for some reason git thought those were binary files, not text - so it skipped them. These now look good.

@psi29a
Copy link
Contributor

psi29a commented Sep 3, 2014

Great! :)

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.

None yet

3 participants