I suspect, that you are suffering from autoclrf conversion. The carriage-return (`\r`) is only present on windows and os x. See here:
https://help.github.com/articles/dealing-with-line-endings/ The value `input` for `core.autocrlf` sound most sensible: ``` git config --global core.autocrlf input ``` Please see if checking out with that setting helps. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/877 ] This message was relayed via gitbox.apache.org for [email protected]
