Submit #2514
Fixed CRLF line endings
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
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.
Related todos
History
Updated by marino 3 months 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 about 1 month 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.