Re: [matplotlib-devel] branch merge strategy

2012-10-01 Thread Damon McDougall
On Sun, Sep 30, 2012 at 9:24 PM, Eric Firing wrote: > On 2012/09/30 7:14 AM, Michael Droettboom wrote: >> On 09/29/2012 08:07 PM, Eric Firing wrote: >>> Mike, >>> >>> I'm getting confused about branch merge strategy. Usually, it seems >>> that it has been to periodically merge the maintenance bra

Re: [matplotlib-devel] branch merge strategy

2012-09-30 Thread Eric Firing
On 2012/09/30 7:14 AM, Michael Droettboom wrote: > On 09/29/2012 08:07 PM, Eric Firing wrote: >> Mike, >> >> I'm getting confused about branch merge strategy. Usually, it seems >> that it has been to periodically merge the maintenance branch into >> master. Something like this: >> >> git fetch up

Re: [matplotlib-devel] branch merge strategy

2012-09-30 Thread Michael Droettboom
On 09/29/2012 08:07 PM, Eric Firing wrote: > Mike, > > I'm getting confused about branch merge strategy. Usually, it seems > that it has been to periodically merge the maintenance branch into > master. Something like this: > > git fetch upstream > git checkout master > git merge --ff-only upstr

[matplotlib-devel] branch merge strategy

2012-09-29 Thread Eric Firing
Mike, I'm getting confused about branch merge strategy. Usually, it seems that it has been to periodically merge the maintenance branch into master. Something like this: git fetch upstream git checkout master git merge --ff-only upstream/master git merge upstream/v1.2.x # test, commit changes