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

Fix #443: Keep LF eol for all test documents, explicitly mark encoding for UTF-16 documents #454

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

Mingun
Copy link
Collaborator

@Mingun Mingun commented Aug 8, 2022

To bring Windows working copy to the correct state you would need to run

git add --renormalize .
git reset --hard

The first command makes working copy dirty because documents have CRLF eols.
The second removes that changes.

@Mingun Mingun requested a review from dralley August 8, 2022 18:48
@Mingun Mingun marked this pull request as draft August 8, 2022 18:51
…16 documents

To bring Windows working copy to the correct state you would need to run

  git add --renormalize .
  git reset --hard

The first command makes working copy dirty because documents have CRLF eols.
The second remove that changes.
@Mingun Mingun force-pushed the fix-gitattributes branch from 04d6b11 to 0596d67 Compare August 8, 2022 19:22
@Mingun Mingun marked this pull request as ready for review August 8, 2022 19:45
@dralley dralley merged commit 90be3ee into tafia:master Aug 8, 2022
@Mingun Mingun deleted the fix-gitattributes branch August 9, 2022 03:47
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.

2 participants