Re: windows line endings and git

2015-09-01 Thread Sergey Shelukhin
@hive.apache.org>> Subject: Re: windows line endings and git Me, or Dmitry, or both? Alan. [cid:part1.03060807.01010804@gmail.com] Sergey Shelukhin<mailto:ser...@hortonworks.com> September 1, 2015 at 10:38 Set core.autocrlf to false in git config. On 15/9/1, 10:17, "Alan Gates&q

Re: windows line endings and git

2015-09-01 Thread Alan Gates
Me, or Dmitry, or both? Alan. Sergey Shelukhin September 1, 2015 at 10:38 Set core.autocrlf to false in git config. On 15/9/1, 10:17, "Alan Gates" wrote: After Dmitry checked in HIVE-11536 and I fetched and merged, I had issues in my git repository with line

Re: windows line endings and git

2015-09-01 Thread Alan Gates
I'm not saying it's your fault. We need to be able to support people developing on Windows, Linux, and Mac. I just wanted to know who needs to set what to make this happen. Alan. Dmitry Tolpeko September 1, 2015 at 10:41 I develop in Eclipse on Windows, but fina

Re: windows line endings and git

2015-09-01 Thread Dmitry Tolpeko
I develop in Eclipse on Windows, but finally compile, test and use git on Linux. If the problem is in Windows line endings, I will make sure they will not appear anymore, sorry. Dmitry On Tue, Sep 1, 2015 at 8:17 PM, Alan Gates wrote: > After Dmitry checked in HIVE-11536 and I fetched and merge

Re: windows line endings and git

2015-09-01 Thread Sergey Shelukhin
Set core.autocrlf to false in git config. On 15/9/1, 10:17, "Alan Gates" wrote: >After Dmitry checked in HIVE-11536 and I fetched and merged, I had >issues in my git repository with line endings. It insisted on modifying >the files without me so much as opening the files, and would not let me >

windows line endings and git

2015-09-01 Thread Alan Gates
After Dmitry checked in HIVE-11536 and I fetched and merged, I had issues in my git repository with line endings. It insisted on modifying the files without me so much as opening the files, and would not let me switch branches until I dealt with it. I think it automatically changed the window