Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-alpha, 1-win
-
None
-
Reviewed
Description
Source code in hadoop-common repo has a bunch of files that have CRLF endings.
With more development happening on windows there is a higher chance of more CRLF files getting into the source tree.
I would like to avoid that by creating .gitattributes file which prevents sources from having CRLF entries in text files.
I am adding a couple of links here to give more primer on what exactly is the issue and how we are trying to fix it.
- http://git-scm.com/docs/gitattributes#_checking_out_and_checking_in
- http://stackoverflow.com/questions/170961/whats-the-best-crlf-handling-strategy-with-git
This issue for adding .gitattributes file to the tree.
Attachments
Attachments
Issue Links
- is related to
-
SQOOP-651 adding .gitattributes to prevent CRLF and LF mismatches for source and text files
- Resolved
- relates to
-
HADOOP-9675 use svn:eol-style native for html to prevent line ending issues
- Resolved