Re: [PATCHv2] git-status: show short sequencer state

2012-10-29 Thread Phil Hord
On Mon, Oct 29, 2012 at 5:41 PM, Jeff King wrote: > On Mon, Oct 29, 2012 at 02:05:14PM -0400, Phil Hord wrote: > >> I'm currently splitting this out into a series and reconsidering some >> of it along the way. I need some guidance. >> >> I want to support these two modes: >> >> A. 'git status

Re: [PATCHv2] git-status: show short sequencer state

2012-10-29 Thread Jeff King
On Mon, Oct 29, 2012 at 02:05:14PM -0400, Phil Hord wrote: > I'm currently splitting this out into a series and reconsidering some > of it along the way. I need some guidance. > > I want to support these two modes: > > A. 'git status --short' with sequence tokens added: >## conflicte

Re: [PATCHv2] git-status: show short sequencer state

2012-10-29 Thread Phil Hord
On Thu, Oct 25, 2012 at 12:05 PM, Phil Hord wrote: > > Jeff King wrote: >> On Tue, Oct 23, 2012 at 04:02:54PM -0400, Phil Hord wrote: >> >>> Teach git-status to report the sequencer state in short form >>> using a new --sequencer (-S) switch. Output zero or more >>> simple state token strings ind

Re: [PATCHv2] git-status: show short sequencer state

2012-10-25 Thread Phil Hord
Jeff King wrote: > On Tue, Oct 23, 2012 at 04:02:54PM -0400, Phil Hord wrote: > >> Teach git-status to report the sequencer state in short form >> using a new --sequencer (-S) switch. Output zero or more >> simple state token strings indicating the deduced state of the >> git sequencer. >> >> Int

Re: [PATCHv2] git-status: show short sequencer state

2012-10-25 Thread Jeff King
On Tue, Oct 23, 2012 at 04:02:54PM -0400, Phil Hord wrote: > Teach git-status to report the sequencer state in short form > using a new --sequencer (-S) switch. Output zero or more > simple state token strings indicating the deduced state of the > git sequencer. > > Introduce a common function t