Skip to content

Commit 61018fe

Browse files
umanovskisgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cae598d commit 61018fe

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

command-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ git-check-mailmap purehelpers
6262
git-checkout mainporcelain history
6363
git-checkout-index plumbingmanipulators
6464
git-check-ref-format purehelpers
65-
git-cherry ancillaryinterrogators complete
65+
git-cherry plumbinginterrogators complete
6666
git-cherry-pick mainporcelain
6767
git-citool mainporcelain
6868
git-clean mainporcelain

contrib/completion/git-completion.bash

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,17 +1340,6 @@ _git_checkout ()
13401340
esac
13411341
}
13421342

1343-
_git_cherry ()
1344-
{
1345-
case "$cur" in
1346-
--*)
1347-
__gitcomp_builtin cherry
1348-
return
1349-
esac
1350-
1351-
__git_complete_refs
1352-
}
1353-
13541343
__git_cherry_pick_inprogress_options="--continue --quit --abort"
13551344

13561345
_git_cherry_pick ()

0 commit comments

Comments
 (0)