Actions
Submit #2514
closedFixed CRLF line endings
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hello, list!
I'm find some files with MS-DOS linefeeds using this command:
find . -not -type d -exec file "{}" ";" | grep CRLF
My patch corrected this problem.
Files
Updated by marino almost 12 years ago
that seems to patch software in "contrib" which is third party.
By policy, it's only patched if absolutely necessary because it makes merging with the vendor branch more difficult if there are local modifications.
It doesn't appear if CRLF is hurting anything here given the nature of these files.
Updated by swildner over 11 years ago
- Status changed from New to Closed
I agree with John here. We want to keep differences in contrib/ small, unless they fix real issues.
Actions