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

[PATCHv2] git-status: show short sequencer state

2012-10-23 Thread Phil Hord
Recently git-status learned to display the state of the git sequencer in long form to help the user remember an interrupted command. This information is also useful in short form to humans and scripts, but no option is available to boil it down. Teach git-status to report the sequencer state in s

[PATCHv2] git-status: show short sequencer state

2012-10-23 Thread Phil Hord
Updated per Matthieu's comments, adding Sign-off and fixing my prefix to have a little "v2" on the end. Sorry for the extra noise. Phil -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.ker