Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64
Date
Msg-id 2335.1459000900@sss.pgh.pa.us
Whole thread Raw
In response to Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64  (David Rowley <david.rowley@2ndquadrant.com>)
Responses Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64
List pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes:
> On 26 March 2016 at 09:26, Regina Obe <lr@pcorp.us> 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.

> 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.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Victor Wagner
Date:
Subject: Building PL/Perl with ActiveState Perl 5.22 and MSVC
Next
From: Tom Lane
Date:
Subject: Re: If a schema is created as part of an extension, should all user created tables created in that schema be considered part of the extension?