[Insight-developers] Problems creating a patch for the release branch

Matt McCormick matt.mccormick at kitware.com
Wed Oct 19 12:42:09 EDT 2011


Note that when pushing to gerrit, you will want to use

git push gerrit HEAD:refs/for/release/aTopicName

Instead of

git gerrit-push


Matt

On Wed, Oct 19, 2011 at 12:38 PM, Brad King <brad.king at kitware.com> wrote:
> On 10/19/2011 12:28 PM, Bill Lorensen wrote:
>>
>> I am trying to create a patch for the release branch.
>
>> I cannot find a wiki page describing the process
>
> It's right inline with the main instructions:
>
>  http://www.itk.org/Wiki/ITK/Git/Develop#Create_a_Topic
>
>  $ git checkout -b my-topic origin/master
>  (If you are fixing a bug in the latest release then
>   substitute origin/release for origin/master.)
>              ^^^^^^^^^^^^^^
>
>> git checkout master
>> git pull
>> git checkout -B MyTopic
>> git rebase release
>
> This tries to rebase all of master on release, making every
> ITKv4 change on the 3.20 branch.  Not what you want ;)
>
> -Brad
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-developers
>


More information about the Insight-developers mailing list