A lot of files has DOS encoding and not UNIX encoding #57

Closed
opened 2023-05-25 13:17:31 +02:00 by Sebastian Parborg · 0 comments

This makes .diff and .patch files a lot noisier than needed.
It also makes copy pasting diff or patches almost impossible as the dos newline codes are not copied correctly.
We should find and convert all files to have unix encoding.

Finding all files with dos line endings can be done with grep -URl $'\r'. Note that this will also print matches for binary files like .png files.

This makes .diff and .patch files a lot noisier than needed. It also makes copy pasting diff or patches almost impossible as the dos newline codes are not copied correctly. We should find and convert all files to have unix encoding. Finding all files with dos line endings can be done with `grep -URl $'\r'`. Note that this will also print matches for binary files like `.png` files.
Nick Alberelli added the
Kind
Bug
Priority
Low
Kind
Easy
labels 2023-06-02 14:58:39 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-tools#57
No description provided.