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

CRLF -> LF in aliceclonergb JSON causing git diff #233

Merged
merged 1 commit into from
Aug 28, 2022

Conversation

an-achronism
Copy link
Contributor

I just fetched and merged upstream into my fork only to have a file pop up with untracked changes, even though I didn't touch it. It seems to be happening because of an inconsistency in the line endings in a file unrelated to anything I've touched. Git itself is fixing the issue automatically because the default git config is such that core.autocrlf is true unless otherwise specified explicitly; it is not set to false in this repo, so it's being fixed without me touching the file:

warning: in the working copy of 'keyboards/sneakbox/aliceclonergb/keymaps/vial/vial.json', CRLF will be replaced by LF the next time Git touches it

This means that I am unable to merge upstream into my own changes without committing the changes to this unrelated file as well, but that probably doesn't belong in the same commit or the same PR. Please merge the fixed version of the file so that Git stops whinging about it. Thanks!

@xyzz xyzz merged commit 7126b8d into vial-kb:vial Aug 28, 2022
@xyzz xyzz mentioned this pull request Mar 4, 2023
@an-achronism an-achronism deleted the fix/aliceclonergb-lineendings branch March 4, 2023 18:34
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