diff options
author | Daniels Umanovskis <daniels@umanovskis.se> | 2018-10-11 20:33:50 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-12 01:26:49 +0200 |
commit | 61018fe9e005a54e18184481927519d64035220a (patch) | |
tree | 66bd8527e8530f3f8d849ae84b86f7eadde720a1 /command-list.txt | |
parent | Git 2.19.1 (diff) | |
download | git-61018fe9e005a54e18184481927519d64035220a.tar.xz git-61018fe9e005a54e18184481927519d64035220a.zip |
doc: move git-cherry to plumbing
Also remove git-cherry from Bash completion because plumbing
commands do not belong there.
Signed-off-by: Daniels Umanovskis <daniels@umanovskis.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-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 a9dda3b8af..9c8fcc6944 100644 --- a/command-list.txt +++ b/command-list.txt @@ -62,7 +62,7 @@ git-check-mailmap purehelpers git-checkout mainporcelain history git-checkout-index plumbingmanipulators git-check-ref-format purehelpers -git-cherry ancillaryinterrogators complete +git-cherry plumbinginterrogators complete git-cherry-pick mainporcelain git-citool mainporcelain git-clean mainporcelain |