Re: [PATCH v11 5/5] help: respect new common command grouping

2015-05-25 Thread Sébastien Guimmara
On 05/21/2015 08:04 PM, Eric Sunshine wrote: On Thu, May 21, 2015 at 1:39 PM, Sébastien Guimmara sebastien.guimm...@gmail.com wrote: 'git help' shows common commands in alphabetical order: The most commonly used git commands are: addAdd file contents to the index bisect

Re: [PATCH v11 2/5] command-list.txt: add the common groups block

2015-05-25 Thread Sébastien Guimmara
On 05/21/2015 08:01 PM, Eric Sunshine wrote: On Thu, May 21, 2015 at 1:39 PM, Sébastien Guimmara sebastien.guimm...@gmail.com wrote: The ultimate goal is for git help to display common commands in groups rather than alphabetically. As a first step, define the groups in a new block

[PATCH v11 0/5] group common commands by theme

2015-05-21 Thread Sébastien Guimmara
Just a minor change, the modification of new-command.txt was squashed to 2/5 instead of 1/5. Eric Sunshine (2): command-list: prepare machinery for upcoming common groups section generate-cmdlist: parse common group commands Sébastien Guimmara (3): command-list.txt: add the common groups

[PATCH v11 2/5] command-list.txt: add the common groups block

2015-05-21 Thread Sébastien Guimmara
commands group, then map each common command to a group: git-add mainporcelaincommon worktree Helped-by: Eric Sunshine sunsh...@sunshineco.com Helped-by: Junio C Hamano gits...@pobox.com Helped-by: Emma Jane Hogbin Westby emma.wes...@gmail.com Signed-off-by: Sébastien Guimmara

[PATCH v11 4/5] command-list.txt: drop the common tag

2015-05-21 Thread Sébastien Guimmara
...@sunshineco.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- command-list.txt | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/command-list.txt b/command-list.txt index 32ddab3..9a98752 100644 --- a/command-list.txt +++ b

[PATCH v10 4/5] command-list.txt: drop the common tag

2015-05-21 Thread Sébastien Guimmara
...@sunshineco.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- command-list.txt | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/command-list.txt b/command-list.txt index 32ddab3..9a98752 100644 --- a/command-list.txt +++ b

[PATCH v10 0/5] group common commands by theme

2015-05-21 Thread Sébastien Guimmara
): command-list: prepare machinery for upcoming common groups section generate-cmdlist: parse common group commands Sébastien Guimmara (3): command-list.txt: add the common groups block command-list.txt: drop the common tag help: respect new common command grouping Documentation/cmd-list.perl

[PATCH v10 2/5] command-list.txt: add the common groups block

2015-05-21 Thread Sébastien Guimmara
commands group, then map each common command to a group: git-add mainporcelaincommon worktree Helped-by: Eric Sunshine sunsh...@sunshineco.com Helped-by: Junio C Hamano gits...@pobox.com Helped-by: Emma Jane Hogbin Westby emma.wes...@gmail.com Signed-off-by: Sébastien Guimmara

[PATCH v10 5/5] help: respect new common command grouping

2015-05-21 Thread Sébastien Guimmara
Jones ram...@ramsay1.demon.co.uk Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- help.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/help.c b/help.c index 2072a87..8f72051 100644 --- a/help.c +++ b/help.c @@ -218,17 +218,39 @@ void

Re: [PATCH v10 1/5] command-list: prepare machinery for upcoming common groups section

2015-05-21 Thread Sébastien Guimmara
On 05/21/2015 03:48 PM, Eric Sunshine wrote: On Thu, May 21, 2015 at 9:13 AM, Sébastien Guimmara sebastien.guimm...@gmail.com wrote: From: Eric Sunshine sunsh...@sunshineco.com The ultimate goal is for git help to classify common commands by group. Toward this end, a subsequent patch

[PATCH v11 1/5] command-list: prepare machinery for upcoming common groups section

2015-05-21 Thread Sébastien Guimmara
parsing machinery, which doesn't care about grouping, to skip over this upcoming common groups section. Signed-off-by: Eric Sunshine sunsh...@sunshineco.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- Documentation/cmd-list.perl | 4 Makefile| 5

[PATCH v11 5/5] help: respect new common command grouping

2015-05-21 Thread Sébastien Guimmara
...@ramsay1.demon.co.uk Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- help.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/help.c b/help.c index 2072a87..8f72051 100644 --- a/help.c +++ b/help.c @@ -218,17 +218,39 @@ void

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

2015-05-21 Thread Sébastien Guimmara
to common_cmds[]. [commit message by Sébastien Guimmara sebastien.guimm...@gmail.com] Signed-off-by: Eric Sunshine sunsh...@sunshineco.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- Makefile | 4 ++-- generate-cmdlist.perl | 50

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 sebastien.guimm...@gmail.com wrote: On 05/20/2015 09:22 PM, Sébastien Guimmara wrote: From: Eric Sunshine sunsh...@sunshineco.com It looks like 'git send-email' got confused with the CC field

Re: [PATCH v9 5/5] help: respect new common command grouping

2015-05-20 Thread Sébastien Guimmara
On 05/20/2015 11:39 PM, Ramsay Jones wrote: On 20/05/15 20:23, Sébastien Guimmara wrote: Helped-by: Eric Sunshine sunsh...@sunshineco.com Signed-off-by: Ramsay Jones ram...@ramsay1.demon.co.uk This should be (at most) 'Helped-by:' - my 'contribution' was so minor that even a 'Helped

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 sunsh...@sunshineco.com 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

Re: [PATCH v9 2/5] command-list.txt: add the common groups block

2015-05-20 Thread Sébastien Guimmara
On 05/20/2015 09:48 PM, Eric Sunshine wrote: On Wed, May 20, 2015 at 3:22 PM, Sébastien Guimmara sebastien.guimm...@gmail.com wrote: The ultimate goal is for git help to display common commands in groups rather than alphabetically. As a first step, define the groups in a new block

[PATCH v9 5/5] help: respect new common command grouping

2015-05-20 Thread Sébastien Guimmara
-by: Ramsay Jones ram...@ramsay1.demon.co.uk Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- help.c | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/help.c b/help.c index 2072a87..8f72051 100644 --- a/help.c +++ b/help.c @@ -218,17 +218,39

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

2015-05-20 Thread Sébastien Guimmara
to common_cmds[]. [commit message by Sébastien Guimmara sebastien.guimm...@gmail.com] Signed-off-by: Eric Sunshine sunsh...@sunshineco.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- Makefile | 4 ++-- generate-cmdlist.perl | 50

[PATCH v9 2/5] command-list.txt: add the common groups block

2015-05-20 Thread Sébastien Guimmara
commands group, then map each common command to a group: git-add mainporcelaincommon worktree Helped-by: Eric Sunshine sunsh...@sunshineco.com Helped-by: Junio C Hamano gits...@pobox.com Helped-by: Emma Jane Hogbin Westby emma.wes...@gmail.com Signed-off-by: Sébastien Guimmara

[PATCH v9 1/5] command-list: prepare machinery for upcoming common groups section

2015-05-20 Thread Sébastien Guimmara
parsing machinery, which doesn't care about grouping, to skip over this upcoming common groups section. Signed-off-by: Eric Sunshine sunsh...@sunshineco.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- Documentation/cmd-list.perl | 4 Makefile| 5

[PATCH v9 4/5] command-list.txt: drop the common tag

2015-05-20 Thread Sébastien Guimmara
...@sunshineco.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- command-list.txt | 42 +- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/command-list.txt b/command-list.txt index c2bbdc1..080d6d9 100644 --- a/command-list.txt +++ b

[PATCH v9 0/5] group common commands by theme

2015-05-20 Thread Sébastien Guimmara
patch [2] [1]: v8: http://thread.gmane.org/gmane.comp.version-control.git/269305 [2]: http://thread.gmane.org/gmane.comp.version-control.git/269387 Eric Sunshine (2): command-list: prepare machinery for upcoming common groups section generate-cmdlist: parse common group commands Sébastien

[PATCH v7 2/5] command-list.txt: add a [common] block

2015-05-15 Thread Sébastien Guimmara
Hamano gits...@pobox.com Helped-by: Emma Jane Hogbin Westby emma.wes...@gmail.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- command-list.txt | 52 +++- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/command

[PATCH v5 1/6] generate-cmdlist: parse common group commands

2015-05-09 Thread Sébastien Guimmara
with an attribute from [common] are emitted to common_cmds[]. [commit message by Sébastien Guimmara sebastien.guimm...@gmail.com] Signed-off-by: Eric Sunshine sunsh...@sunshineco.com --- generate-cmdlist.awk | 38 ++ 1 file changed, 38 insertions(+) create mode

[PATCH v5 5/6] new-command.txt: mention the common command groups

2015-05-09 Thread Sébastien Guimmara
In the 6. step, add information about the common group commands found in command-list.txt. Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- Documentation/howto/new-command.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/howto/new

[PATCH v5 3/6] command-list.txt: group common commands by theme

2015-05-09 Thread Sébastien Guimmara
emma.wes...@gmail.com Signed-off-by: Sébastien Guimmara sebastien.guimm...@gmail.com --- command-list.txt | 56 ++-- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/command-list.txt b/command-list.txt index f1eae08..7e7ce53 100644