[ https://issues.apache.org/jira/browse/HIVE-3839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543938#comment-13543938 ]
Mark Grover commented on HIVE-3839: ----------------------------------- [~ashutoshc] and [~thejas] this caused me some grief on Mac OS X when cloning the hive git repo on Mac OS X. I believe it's due to some files in the hive repo that already contain CRLF that weren't normalized. I created HIVE-3858 and submitted a patch there. It's a fairly cosmetic change. Can you please take a look and comment? > adding .gitattributes file for normalizing line endings during cross platform > development > ----------------------------------------------------------------------------------------- > > Key: HIVE-3839 > URL: https://issues.apache.org/jira/browse/HIVE-3839 > Project: Hive > Issue Type: Bug > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Fix For: 0.11.0 > > Attachments: HIVE-3839.1.patch > > > On the lines of HADOOP-8912 . > Many developers clone the apache/hive git repository to make changes. > Adding a .gitattributes file will help in doing the right thing while > checking out files on Windows (eg- adding \r\n on checkout of most text > files, preserving \n in case of *.sh files ), and replacing \r\n with \n > while checking in code back into a git repository. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira