aherbert opened a new pull request #15: Introduce end-of-line normalization URL: https://github.com/apache/commons-statistics/pull/15 Trying this to fix windows end-of-line characters being pushed into the repository: ``` $ echo "* text=auto" >.gitattributes $ git add --renormalize . $ git status # Show files that will be normalized $ git commit -m "Introduce end-of-line normalization" ``` Requires git version 2.16 for the --renormalize command.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
