[git] git config core.safecrlf setting for Windows?
For Windows, github.com/boostorg/boost/wiki/Getting-Started suggests: git config --global core.autocrlf true But is silent about core.safecrlf. Should we be recommending a setting for core.safecrlf, and if so which one? Thanks, --Beman
On 15/08/2017 13:14, Beman Dawes via Boost wrote:
For Windows, github.com/boostorg/boost/wiki/Getting-Started suggests:
git config --global core.autocrlf true
But is silent about core.safecrlf. Should we be recommending a setting for core.safecrlf, and if so which one?
Every git repo should be using the Boost .gitattributes file I wrote so all git config settings related to CRLF are ignored. Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
On 15/08/2017 13:58, Vinnie Falco via Boost wrote:
On Tue, Aug 15, 2017 at 5:37 AM, Niall Douglas via Boost
wrote: Every git repo should be using the Boost .gitattributes file I wrote so all git config settings related to CRLF are ignored.
Link?
Any of the libraries from the git conversion will have it e.g. https://github.com/boostorg/filesystem/blob/develop/.gitattributes If you're super keen, there have been some minor bug fixes since then e.g. https://github.com/ned14/outcome/blob/master/.gitattributes Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
participants (3)
-
Beman Dawes
-
Niall Douglas
-
Vinnie Falco