<div dir="ltr">Hello all,<div><br></div><div>Just to make the issue easier to track/understand, I submitted a pull request:</div><div><a href="https://github.com/postgis/postgis/pull/115">https://github.com/postgis/postgis/pull/115</a><br></div><div><br></div><div>This contains the 2 changes that keep getting modified on my branch whenever I clone.</div><div>If I remember right, this was how we fixed a similar situation on another project.</div><div><br></div><div>If I'm wrong about it though, feel free to correct me (I'd be glad to understand the situation a little better).</div><div><br></div><div>Regards,</div><div>  -John</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 25, 2016 at 10:19 AM, John Harvey <span dir="ltr"><<a href="mailto:john.harvey@crunchydata.com" target="_blank">john.harvey@crunchydata.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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/<wbr>postgis.git<br></div><div>cd postgis</div><div>git status</div><div><br></div><div>I notice the following:</div><div><div><span style="white-space:pre-wrap">    </span>modified:   extras/tiger_geocoder/create_<wbr>geocode.bat</div><div><span style="white-space:pre-wrap"> </span>modified:   extras/tiger_geocoder/upgrade_<wbr>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><span class="HOEnZb"><font color="#888888"><div>  -John Harvey</div></font></span></div></div>
</blockquote></div><br></div>