diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-29 15:43:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-29 15:43:15 -0700 |
commit | da007ba378f491689a06a593dcfe1e54ff1f8308 (patch) | |
tree | b5ef13a786bd1f67a340ba00bbb1442ad9f70f2c | |
parent | Merge branch 'ma/doc-git-version' (diff) | |
parent | command-list.txt: remove 'sparse-index' from main help (diff) | |
download | tgif-da007ba378f491689a06a593dcfe1e54ff1f8308.tar.xz |
Merge branch 'sg/sparse-index-not-that-common-a-command'
Drop "git sparse-index" from the list of common commands.
* sg/sparse-index-not-that-common-a-command:
command-list.txt: remove 'sparse-index' from main help
-rw-r--r-- | command-list.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-list.txt b/command-list.txt index a289f09ed6..eb9cee8dee 100644 --- a/command-list.txt +++ b/command-list.txt @@ -168,7 +168,7 @@ git-show-index plumbinginterrogators git-show-ref plumbinginterrogators git-sh-i18n purehelpers git-sh-setup purehelpers -git-sparse-checkout mainporcelain worktree +git-sparse-checkout mainporcelain git-stash mainporcelain git-stage complete git-status mainporcelain info |