File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ git-check-mailmap purehelpers
62
62
git-checkout mainporcelain history
63
63
git-checkout-index plumbingmanipulators
64
64
git-check-ref-format purehelpers
65
- git-cherry ancillaryinterrogators complete
65
+ git-cherry plumbinginterrogators complete
66
66
git-cherry-pick mainporcelain
67
67
git-citool mainporcelain
68
68
git-clean mainporcelain
Original file line number Diff line number Diff line change @@ -1340,17 +1340,6 @@ _git_checkout ()
1340
1340
esac
1341
1341
}
1342
1342
1343
- _git_cherry ()
1344
- {
1345
- case " $cur " in
1346
- --* )
1347
- __gitcomp_builtin cherry
1348
- return
1349
- esac
1350
-
1351
- __git_complete_refs
1352
- }
1353
-
1354
1343
__git_cherry_pick_inprogress_options=" --continue --quit --abort"
1355
1344
1356
1345
_git_cherry_pick ()
You can’t perform that action at this time.
0 commit comments