Re: [openstack-dev] Announcing a simple new tool: git-restack

2016-02-10 Thread Carl Baldwin
Jim, I've had this reply queued up for a week now. Sorry for the delay. The problem that I run in to when I work with multiple dependent changes doesn't seem to be covered by your description. For me, the trouble with this workflow comes when there is more than one contributor working on a chain

Re: [openstack-dev] Announcing a simple new tool: git-restack

2016-02-08 Thread Thomas Goirand
On 02/03/2016 01:53 AM, James E. Blair wrote: > Hi, > > I'm pleased to announce a new and very simple tool to help with managing > large patch series with our Gerrit workflow. > > In our workflow we often find it necessary to create a series of > dependent changes in order to make a larger change

Re: [openstack-dev] Announcing a simple new tool: git-restack

2016-02-08 Thread Bailey, Darragh
I've got some git aliases that handle this, so I did a quick review to see what might be useful additions to the tool. * Looks like passing of the branch should change the branch used for a .gitreview file to parse o This looks to be unnecessary with newer git-review anyway, but

Re: [openstack-dev] Announcing a simple new tool: git-restack

2016-02-02 Thread James E. Blair
Paul Michali writes: > Sounds interesting... the link > https://docs.openstack.org/infra/git-restack/ referenced > as the home page in PyPI is a broken link. I'm clearly getting ahead of things. The correct link is: http://docs.openstack.org/infra/git-restack/ Thanks, Jim ___

Re: [openstack-dev] Announcing a simple new tool: git-restack

2016-02-02 Thread Paul Michali
Sounds interesting... the link https://docs.openstack.org/infra/git-restack/ referenced as the home page in PyPI is a broken link. Regards, PCM On Tue, Feb 2, 2016 at 12:54 PM James E. Blair wrote: > Hi, > > I'm pleased to announce a new and very simple tool to help with managing > large patc

[openstack-dev] Announcing a simple new tool: git-restack

2016-02-02 Thread James E. Blair
Hi, I'm pleased to announce a new and very simple tool to help with managing large patch series with our Gerrit workflow. In our workflow we often find it necessary to create a series of dependent changes in order to make a larger change in manageable chunks, or because we have a series of relate