Thejas M Nair created HIVE-3839: ----------------------------------- Summary: 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
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 test 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