Skip to content

Conversation

@MattijsKneppers
Copy link
Contributor

It appears that when explicitly marking a file type as text, git will enforce line endings on checkout more strictly. This can lead to .maxpat files showing up as having whitespace changes even after doing a git reset —hard (which checks out files again).

Also removes marking the other files as binary since that is not actually needed either; git will automatically detect them as binary.

It appears that when explicitly marking a file type as text, git will enforce line endings on checkout more strictly. This can lead to .maxpat files showing up as having whitespace changes even after doing a `git reset —hard` (which checks out files again).

Also removes marking the other files as binary since that is not actually needed either; git will automatically detect them as binary.
@MattijsKneppers MattijsKneppers force-pushed the mkp-remove-marking-as-text branch from 02c75b0 to d59dd81 Compare February 14, 2025 11:23
@MattijsKneppers MattijsKneppers merged commit d49cd3f into main Feb 14, 2025
3 checks passed
@MattijsKneppers MattijsKneppers deleted the mkp-remove-marking-as-text branch February 14, 2025 11:25
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