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

From John Harvey
Subject Today's pgjdbc release causing git clone issues
Date
Msg-id CABcP5fgnq6WY0aTG3kx_JSeN4-cMxpB2Dg=QYrpuXKPryRiwsQ@mail.gmail.com
Whole thread Raw
Responses Re: Today's pgjdbc release causing git clone issues  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hello,

I have a question about today's release of pgjdbc.  I tried cloning down the code on a RHEL7 box today, and I was confused when I couldn't switch branches because of a conflict.  I looked into it a little deeper, and tried the following procedure:

cd pgjdbc
git status

In running that command, 4 files have been auto-modified on the clone:
# modified:   org/postgresql/test/ssl/SslTest.java
# modified:   org/postgresql/translation/de.po
# modified:   org/postgresql/util/PGTime.java
# modified:   org/postgresql/util/PGTimestamp.java

This is unusual behavior for me.  What's even stranger is that I cannot switch branches because some of these files have conflicts.  Doing some research, I see that the new .gitattributes file has the following line in it:

* text=auto

I found a link that discusses this issue a bit:
Unfortunately, I've tried everything in the post, and the only thing that works is to immediately git reset after clone, or to modify the .gitattributes file.

Is this desired behavior?  Does anyone have a suggestion what I need to do to work around it?

Thank you,
  -John


pgsql-jdbc by date:

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