$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] Missing libs/core file
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-18 09:17:09
Adam Wulkiewicz wrote:
> Then to be sure:
>
> git submodule foreach 'git checkout develop; git pull'
That's not needed either, and it provides no additional protection.
git pull
git submodule update --init
is all that's required.