Details
-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5.4
-
Fix Version/s: 3.6
-
Component/s: Core, Core Examples
-
Labels:None
-
Number of attachments :
Description
reading the commit from brian earlier I noticed that some files are checked in with CR/LF line endings, which breaks diffs if the file is later checked in without CR-LF line endings (usually git should take care of this, but it doesn't work if the source file isn't converted beforehand)
I would suggest to change all source files to LF line endings, this creates massive diffs once, but at least then any further diff will look correct.
I have to check which files are actually affected, but I noticed it on examples/spring-security
Activity
Mauro Talevi
made changes -
Field | Original Value | New Value |
---|---|---|
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Fix Version/s | 3.6 [ 17721 ] | |
Component/s | Core Examples [ 15469 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
(btw, the JIRA is missing a component Examples I think)
I will do a thorough search for DOS files this evening, no time right now