23.03.2017 16:13, Alex Peshkoff wrote:
> What? git unable to treat .bat file as normal text and can't checkout it
> according to OS rules?
> (like it does for .cpp, .h and a lot of other files)
> Sorry, hard to believe... Sooner that's our configuration error somewhere.

   Yes, it is configurable. But no, default is really to checkout them as-is.
   To make Firebird build work with MSVC on Windows properly, I had to add into 
.gitattributes file following lines:

*.bat   eol=crlf
*.h             text

-- 
   WBR, SD.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to