Re: [PATCH v9 3/5] generate-cmdlist: parse common group commands

2015-05-20 Thread Sébastien Guimmara
On 05/20/2015 09:32 PM, Stefan Beller wrote: On Wed, May 20, 2015 at 12:27 PM, Sébastien Guimmara wrote: On 05/20/2015 09:22 PM, Sébastien Guimmara wrote: From: Eric Sunshine It looks like 'git send-email' got confused with the CC field. I'm sorry for that. It's to keep authorship. Wh

Re: [PATCH v9 3/5] generate-cmdlist: parse common group commands

2015-05-20 Thread Eric Sunshine
On Wed, May 20, 2015 at 3:27 PM, Sébastien Guimmara wrote: > On 05/20/2015 09:22 PM, Sébastien Guimmara wrote: >> >> From: Eric Sunshine > > It looks like 'git send-email' got confused with the CC field. > I'm sorry for that. Confused in what way? The patch arrived looking sane. -- To unsubscrib

Re: [PATCH v9 3/5] generate-cmdlist: parse common group commands

2015-05-20 Thread Stefan Beller
On Wed, May 20, 2015 at 12:27 PM, Sébastien Guimmara wrote: > On 05/20/2015 09:22 PM, Sébastien Guimmara wrote: >> >> From: Eric Sunshine >> > > It looks like 'git send-email' got confused with the CC field. > I'm sorry for that. > It's to keep authorship. When Junio picks it up, this will show

Re: [PATCH v9 3/5] generate-cmdlist: parse common group commands

2015-05-20 Thread Sébastien Guimmara
On 05/20/2015 09:22 PM, Sébastien Guimmara wrote: From: Eric Sunshine It looks like 'git send-email' got confused with the CC field. I'm sorry for that. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info

[PATCH v9 3/5] generate-cmdlist: parse common group commands

2015-05-20 Thread Sébastien Guimmara
From: Eric Sunshine Parse the group block to create the array of group descriptions: static char *common_cmd_groups[] = { N_("starting a working area"), N_("working on the current change"), N_("working with others"), N_("examining the history and state"), N_("growing, marking