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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64
Дата
Msg-id 2335.1459000900@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: Can we amend gitignore so git postgresql works with git on windows using Msys/Mingw64  ("Regina Obe" <lr@pcorp.us>)
Список 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 по дате отправления:

Предыдущее
От: Victor Wagner
Дата:
Сообщение: Building PL/Perl with ActiveState Perl 5.22 and MSVC
Следующее
От: Tom Lane
Дата:
Сообщение: 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?