From 11c6659d85d72273a4161c8779123147b52fbcb2 Mon Sep 17 00:00:00 2001 From: Eric Sunshine Date: Thu, 21 May 2015 19:39:18 +0200 Subject: command-list: prepare machinery for upcoming "common groups" section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Sébastien Guimmara Reviewed-by: Eric Sunshine Signed-off-by: Junio C Hamano --- command-list.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command-list.txt') diff --git a/command-list.txt b/command-list.txt index 54d8d21ad2..181a9c291f 100644 --- a/command-list.txt +++ b/command-list.txt @@ -1,4 +1,4 @@ -# List of known git commands. +### command list (do not change this line) # command name category [deprecated] [common] git-add mainporcelain common git-am mainporcelain -- cgit v1.3-6-g1900