<div dir="ltr">Hello all,<div><br></div><div>I see something weird in PostGIS at the moment.</div><div>When I do:</div><div>mkdir ~/git</div><div>cd ~/git</div><div>git clone git@github.com:postgis/postgis.git<br></div><div>cd postgis</div><div>git status</div><div><br></div><div>I notice the following:</div><div><div><span class="" style="white-space:pre"> </span>modified:   extras/tiger_geocoder/create_geocode.bat</div><div><span class="" style="white-space:pre">      </span>modified:   extras/tiger_geocoder/upgrade_geocoder.bat</div></div><div><br></div><div>Although, I didn't modify these files.  I just did a regular clone.  </div><div><br></div><div>I suspect the .gitattributes file has something to do with it.</div><div>The 2 files impacted are Windows files, so probably have the wrong carriage-return type.</div><div><div>And, in the .gitattributes file, I see this rule:</div><div>*.bat       eol=crlf<br></div><div>So, I think this forces a change after clone.</div><div><br></div><div>I suspect this problem was introduced in the latest commit from 8/17 (it seems the endline changes were committed there).</div><div><br></div><div>Does anyone else see this problem?  Is this something that can be fixed?</div><div><br></div><div>Thanks!</div><div>  -John Harvey</div></div></div>