Skip to content

Commit 6a9a50a

Browse files
szedergitster
authored andcommitted
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] 94c0956 (sparse-checkout: create builtin with 'list' subcommand, 2019-11-21) Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent af6d1d6 commit 6a9a50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ git-show-index plumbinginterrogators
168168
git-show-ref plumbinginterrogators
169169
git-sh-i18n purehelpers
170170
git-sh-setup purehelpers
171-
git-sparse-checkout mainporcelain worktree
171+
git-sparse-checkout mainporcelain
172172
git-stash mainporcelain
173173
git-stage complete
174174
git-status mainporcelain info

0 commit comments

Comments
 (0)