From 61018fe9e005a54e18184481927519d64035220a Mon Sep 17 00:00:00 2001 From: Daniels Umanovskis Date: Thu, 11 Oct 2018 20:33:50 +0200 Subject: 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 Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'contrib') diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d63d2dffd4..12f7ce0c5c 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1340,17 +1340,6 @@ _git_checkout () esac } -_git_cherry () -{ - case "$cur" in - --*) - __gitcomp_builtin cherry - return - esac - - __git_complete_refs -} - __git_cherry_pick_inprogress_options="--continue --quit --abort" _git_cherry_pick () -- cgit v1.2.3