On Fri, Apr 04, 2014 at 11:06:28AM +0900, YAMAMOTO Takashi wrote:
> > On 3 April 2014 20:54, YAMAMOTO Takashi <[email protected]> wrote:
> > I think that your patch is also applicable to branch-2.1.
>
> is there any special procedures when pushing to release branches?
Not really. I usually do something like this:
git checkout origin/branch-2.1
git cherry-pick $COMMIT
# make, if I think it might not compile
# make check, if I'm worried it might not pass
git push origin HEAD:branch-2.1
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev