[Phpmyadmin-devel] QA_3_4
Michal Čihař
michal at cihar.com
Tue Nov 23 11:03:46 CET 2010
Hi
Dne Tue, 23 Nov 2010 10:55:57 +0100
Dieter Adriaenssens <dieter.adriaenssens at gmail.com> napsal(a):
> I noticed you created several branches preparing for the 3.4.0 release.
> Are there any guidelines for merging? For instance, when I fix a bug
> in QA_3_3, should it be applied to MAINT_3_4, QA_3_4 and master?
> Or will from now on, only security fixes be applied to QA_3_3?
As it will take some time to release 3.4, it makes sense to apply
patches to both of them.
The easiest way to do that is to commit to QA_3_3 first, then merge it
to QA_3_4 and then to master:
git checkout QA_3_3
edit foo.php
git add foo.php
git commit -m 'Fix something'
git checkout QA_3_4
git merge QA_3_3
git checkout master
git merge QA_3_4
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20101123/81f77be1/attachment.sig>
More information about the Developers
mailing list