$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [git] Write permission to branch
From: John Maddock (john_at_[hidden])
Date: 2013-12-08 11:54:17
>> For a Boost submodule repository is write permission for that repository
>> needed to create a new branch ?
>
> I should have said: to create and push a new branch.
Create locally yes, push no, not unless you're on the team for that
submodule.
If you're planning to submit a pull-request to the maintainer, then I
believe you need to fork the repo and push to the fork... which is not as
easy as it could be... unless there's some way to convert local
modifications into a fork?
John.