Re: [git-users] Does git have a way for workflow tools to identify a custom state?

2016-10-04 Thread Magnus Therning
Darragh Bailey writes: > On Wednesday, September 21, 2016 at 10:46:11 PM UTC+1, Magnus Therning > wrote: > >> >> In the past I've had that in my shell prompt. Currently I'm mostly using >> magit and it clearly states when the workdir is in the middle of a rebase. >> >> /M >> > > Sounds simila

Re: [git-users] Does git have a way for workflow tools to identify a custom state?

2016-09-30 Thread Darragh Bailey
On Wednesday, September 21, 2016 at 10:46:11 PM UTC+1, Magnus Therning wrote: > > In the past I've had that in my shell prompt. Currently I'm mostly using > magit and it clearly states when the workdir is in the middle of a rebase. > > /M > Sounds similar enough to the git-completion script

Re: [git-users] Does git have a way for workflow tools to identify a custom state?

2016-09-30 Thread Darragh Bailey
Hi Philip, Konstantin, Apologies for being slow getting back after you're quick replies, was away for a few days shortly after I set the email. On Tuesday, September 20, 2016 at 8:34:14 PM UTC+1, Philip Oakley wrote: > > From: "Konstantin Khomoutov" > > > > On Tue, 20 Sep 2016 10:14:30 -0700 (P

Re: [git-users] Does git have a way for workflow tools to identify a custom state?

2016-09-21 Thread Magnus Therning
Darragh Bailey writes: > Hi, > > > I've been working on a workflow tool to help with automating syncing with > upstream open source projects (mainly openstack), where it allows for the > patch queue to be automatically pruned of anything that landed upstream > (even when it no longer matches

Re: [git-users] Does git have a way for workflow tools to identify a custom state?

2016-09-20 Thread Philip Oakley
From: "Konstantin Khomoutov" On Tue, 20 Sep 2016 10:14:30 -0700 (PDT) Darragh Bailey wrote: I've been working on a workflow tool to help with automating syncing with upstream open source projects (mainly openstack), where it allows for the patch queue to be automatically pruned of anything th

Re: [git-users] Does git have a way for workflow tools to identify a custom state?

2016-09-20 Thread Konstantin Khomoutov
On Tue, 20 Sep 2016 10:14:30 -0700 (PDT) Darragh Bailey wrote: > I've been working on a workflow tool to help with automating syncing > with upstream open source projects (mainly openstack), where it > allows for the patch queue to be automatically pruned of anything > that landed upstream (even