Re: [HACKERS] Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64

2016-03-26 Thread Regina Obe
> You can change the setting with: > git config --global core.autocrlf input > Still, it's fair to wonder if we shouldn't add an entry for this to our .gitattributes. I'm actually wondering why we wouldn't apply it to ALL text files in git, not just the extensions Regina mentioned.

Re: [HACKERS] Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64

2016-03-26 Thread Tom Lane
David Rowley writes: > On 26 March 2016 at 09:26, Regina Obe wrote: >> The problem is I can't compile from git postgresql, and the issue is I think >> because my git when it pulls down the files they come in as CRLF which gets >> all screwed up when

Re: [HACKERS] Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64

2016-03-26 Thread David Rowley
On 26 March 2016 at 09:26, Regina Obe wrote: > The problem is I can't compile from git postgresql, and the issue is I think > because my git when it pulls down the files they come in as CRLF which gets > all screwed up when compiling under msys/ mingw64. > So I end up with