]> git.ipfire.org Git - thirdparty/git.git/commit - command-list.txt
command-list.txt: remove 'sparse-index' from main help
authorSZEDER Gábor <szeder.dev@gmail.com>
Sun, 24 Oct 2021 17:07:30 +0000 (19:07 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Oct 2021 16:10:43 +0000 (09:10 -0700)
commit6a9a50a8afd7f7dead7495fdc2c9b4053acfefc6
treebcea98d4b2e0e4a858f03dd1a7d9872cfca8a2df
parentaf6d1d602a8f64164b266364339c4e936d5bbc33
command-list.txt: remove 'sparse-index' from main help

Ever since 'git sparse-checkout' was introduced [1] it is included in
'git --help' in the section "work on the current change" along with
the commands 'add', 'mv', 'restore', and 'rm'.  It clearly doesn't
belong to that group, moreover it can't be considered such a common
command to belong to 'git --help' in the first place, so remove it
from there.

[1] 94c0956b60 (sparse-checkout: create builtin with 'list'
                subcommand, 2019-11-21)

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
command-list.txt