Boost logo

Boost :

Subject: Re: [boost] Looking for git help for Boost releases
From: Daniel James (dnljms_at_[hidden])
Date: 2014-06-03 16:08:39


On 3 June 2014 20:37, Marshall Clow <mclow.lists_at_[hidden]> wrote:
>
> git -c core.autocrlf=false -c core.eol=crlf clone git_at_[hidden]: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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk