summaryrefslogtreecommitdiff
path: root/command-list.txt
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2015-05-21 17:39:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-21 20:03:37 (GMT)
commit11c6659d85d72273a4161c8779123147b52fbcb2 (patch)
tree96f0935fbda6ec8f71e5a4d842627401e1519548 /command-list.txt
parentbf990a29a0a43bc1e5f5cd9f253d65725e462889 (diff)
downloadgit-11c6659d85d72273a4161c8779123147b52fbcb2.zip
git-11c6659d85d72273a4161c8779123147b52fbcb2.tar.gz
git-11c6659d85d72273a4161c8779123147b52fbcb2.tar.bz2
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>
Diffstat (limited to 'command-list.txt')
-rw-r--r--command-list.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/command-list.txt b/command-list.txt
index 54d8d21..181a9c2 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