Re: Today's pgjdbc release causing git clone issues - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: Today's pgjdbc release causing git clone issues
Date
Msg-id CAB=Je-Hk66yBB7+dn5iNxaiMSOWNfWSOG9HqyYW_wSHxsADgzA@mail.gmail.com
Whole thread Raw
In response to Re: Today's pgjdbc release causing git clone issues  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Today's pgjdbc release causing git clone issues  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
>Is this desired behavior?  Does anyone have a suggestion what I need to do to work around it?

Here's the required change: https://github.com/pgjdbc/pgjdbc/pull/418

The problem was those 4 files were stored in dos format (CRLF),
however text files should be in LF.
The solution is Dave converts the offending files to LF once, then all
things should be smooth.

Vladimir


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Today's pgjdbc release causing git clone issues
Next
From: Dave Cramer
Date:
Subject: Re: Today's pgjdbc release causing git clone issues