command-list: prepare machinery for upcoming "common groups" section
commit11c6659d85d72273a4161c8779123147b52fbcb2
authorEric Sunshine <sunshine@sunshineco.com>
Thu, 21 May 2015 17:39:18 +0000 (21 19:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2015 20:03:37 +0000 (21 13:03 -0700)
tree96f0935fbda6ec8f71e5a4d842627401e1519548
parentbf990a29a0a43bc1e5f5cd9f253d65725e462889
command-list: prepare machinery for upcoming "common groups" section

The ultimate goal is for "git help" to classify common commands by
group. Toward this end, a subsequent patch will add a new "common
groups" section to command-list.txt preceding the actual command list.
As preparation, teach existing command-list.txt parsing machinery, which
doesn't care about grouping, to skip over this upcoming "common groups"
section.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Sébastien Guimmara <sebastien.guimmara@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/cmd-list.perl
Makefile
command-list.txt