diff options
author | Victoria Dye <vdye@github.com> | 2022-09-02 17:56:46 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-02 19:02:56 +0200 |
commit | cc75e556a9de5d62c1ca52db900b729fc830f378 (patch) | |
tree | 08c22c8e23444acae3ec9a8b32a198f4cd0693ad /command-list.txt | |
parent | scalar: implement the `help` subcommand (diff) | |
download | git-cc75e556a9de5d62c1ca52db900b729fc830f378.tar.xz git-cc75e556a9de5d62c1ca52db900b729fc830f378.zip |
scalar: add to 'git help -a' command list
Add 'scalar' as a 'mainporcelain' command in the Git command list. Update
the regex in 'cmd-list.perl' used to match the first line of command
documentation to find 'scalar(1)'.
Helped-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r-- | command-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command-list.txt b/command-list.txt index f96bdabd7d..93f94e42ab 100644 --- a/command-list.txt +++ b/command-list.txt @@ -235,3 +235,4 @@ gittutorial guide gittutorial-2 guide gitweb ancillaryinterrogators gitworkflows guide +scalar mainporcelain |