2 parents 1fd2ffc + 61018fe commit eff5d69Copy full SHA for eff5d69
2 files changed
command-list.txt
@@ -62,7 +62,7 @@ git-check-mailmap purehelpers
62
git-checkout mainporcelain history
63
git-checkout-index plumbingmanipulators
64
git-check-ref-format purehelpers
65
-git-cherry ancillaryinterrogators complete
+git-cherry plumbinginterrogators complete
66
git-cherry-pick mainporcelain
67
git-citool mainporcelain
68
git-clean mainporcelain
contrib/completion/git-completion.bash
@@ -1341,17 +1341,6 @@ _git_checkout ()
1341
esac
1342
}
1343
1344
-_git_cherry ()
1345
-{
1346
- case "$cur" in
1347
- --*)
1348
- __gitcomp_builtin cherry
1349
- return
1350
- esac
1351
-
1352
- __git_complete_refs
1353
-}
1354
1355
__git_cherry_pick_inprogress_options="--continue --quit --abort"
1356
1357
_git_cherry_pick ()
0 commit comments