Skip to content

Commit eff5d69

Browse files
committed
Merge branch 'du/cherry-is-plumbing'
Doc update to mark "git cherry" as a plumbing command. * du/cherry-is-plumbing: doc: move git-cherry to plumbing
2 parents 1fd2ffc + 61018fe commit eff5d69

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
@@ -1341,17 +1341,6 @@ _git_checkout ()
13411341
esac
13421342
}
13431343

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

13571346
_git_cherry_pick ()

0 commit comments

Comments
 (0)