On 3 June 2014 20:37, Marshall Clow
git -c core.autocrlf=false -c core.eol=crlf clone git@github.com:boostorg/boost.git --branch master --single-branch /Sources/boost/releases/windows Cloning into '/Sources/boost/releases/windows'... error: core.autocrlf=input conflicts with core.eol=crlf fatal: bad config file line 8 in /Users/marshall/.gitconfig
It doesn't work for me either, but it does work for 'archive'. Which is a bit odd, maybe 'clone' uses the setting from the config file so that future commands in that repo will work consistently. We could set HOME to another directory which contains a config file with the settings we need. Or we could something similar to my script for the documentation. Are you using python? I use a shell script for the documentation build, but I should be able to convert it to python.