Just that by far the most common branch setup in git repos seems to be
using master as the "dev trunk", with releases, release candidates
(etc) on special branches. There are often additional feature
branches for even more speculative changes, but master is generally
not really "safe," even if it'
On 02/23/2013 07:06 PM, Stefano Lattarini wrote:
>
>>> In a couple of days, I will proceed with this "branch moving":
>>>
>>>* branch-1.13.2 -> maint
>>>* maint -> master
>>>* master -> next
>>>
>> Done.
>>
> Damn, not really. For some questionable reason, Savannah is rejecting
> my no
On 02/25/2013 09:14 AM, Peter Rosin wrote:
> On 2013-02-23 19:06, Stefano Lattarini wrote:
>> On 02/23/2013 06:46 PM, Stefano Lattarini wrote:
>>> On 02/21/2013 04:06 PM, Stefano Lattarini wrote:
In a couple of days, I will proceed with this "branch moving":
* branch-1.13.2 -> mai