command-list.txt: add the common groups block
authorSébastien Guimmara <redacted>
Thu, 21 May 2015 17:39:19 +0000 (19:39 +0200)
committerJunio C Hamano <redacted>
Thu, 21 May 2015 20:03:37 +0000 (13:03 -0700)
commit413f50b901f5f5addd7404516cdd3e8ee8a4ac25
tree37ec6b84fb2c9c8a8e60f1b9b17dd55f3e3bd720
parent11c6659d85d72273a4161c8779123147b52fbcb2
command-list.txt: add the common groups block

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, and then assign a group to each
common command.

Add a block at the beginning of command-list.txt:

    init         start a working area (see also: git help tutorial)
    worktree     work on the current change (see also:[...]
    info         examine the history and state (see also: git [...]
    history      grow, mark and tweak your history
    remote       collaborate (see also: git help workflows)

storing information about common commands group, then map each common
command to a group:

    git-add          mainporcelain        common worktree

Helped-by: Eric Sunshine <redacted>
Helped-by: Junio C Hamano <redacted>
Helped-by: Emma Jane Hogbin Westby <redacted>
Signed-off-by: Sébastien Guimmara <redacted>
Reviewed-by: Eric Sunshine <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/howto/new-command.txt
command-list.txt
git clone https://git.99rst.org/PROJECT