Re: [statitsics] .gitattributes

2019-05-24 Thread Alex Herbert
On 24/05/2019 15:55, Eric Barnhill wrote: +1 Users should also beware that working on a repo in Windows in an IDE can cause the file to take on a pile of Windows line endings which git then pushes. This has happened to me elsewhere. Maybe this fix takes care of it. From what I understand thi

Re: [statitsics] .gitattributes

2019-05-24 Thread Eric Barnhill
+1 Users should also beware that working on a repo in Windows in an IDE can cause the file to take on a pile of Windows line endings which git then pushes. This has happened to me elsewhere. Maybe this fix takes care of it. On Fri, May 24, 2019, 00:28 Alex Herbert wrote: > The recent PR to add

[statitsics] .gitattributes

2019-05-24 Thread Alex Herbert
The recent PR to add a new module to statistics may have suffered from problems with converting line endings. This can be solved by having Windows users run this (optionally with --global): > git config core.autocrlf true But a better fix [1] is to add a .gitattributes file [2] containing: * t