gemmellr commented on PR #6034: URL: https://github.com/apache/activemq-artemis/pull/6034#issuecomment-3502271148
> Thanks to gemmellr for this one Like mentioned in the jira issue, I was unable to change line endings in the git index, but otherwise, this should be a bit more foolproof. I expect whats happening is the index is usually normalised to LF and it is the checkout that usually adapts based on the OS-specific config. The actual endings can make it in the repo index when they mismatch the usual normalization behaviour/setting, e.g someone on Linux with default settings creates a file with CRLF, against the usual all-LF flow. The .gitattributes overrides the usual settings behaviour, so it can go back to the more typical LF in the index as it has config telling it what specific endings to check out. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
