mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
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
This commit is contained in:
commit
eff5d693ad
@ -62,7 +62,7 @@ git-check-mailmap purehelpers
|
|||||||
git-checkout mainporcelain history
|
git-checkout mainporcelain history
|
||||||
git-checkout-index plumbingmanipulators
|
git-checkout-index plumbingmanipulators
|
||||||
git-check-ref-format purehelpers
|
git-check-ref-format purehelpers
|
||||||
git-cherry ancillaryinterrogators complete
|
git-cherry plumbinginterrogators complete
|
||||||
git-cherry-pick mainporcelain
|
git-cherry-pick mainporcelain
|
||||||
git-citool mainporcelain
|
git-citool mainporcelain
|
||||||
git-clean mainporcelain
|
git-clean mainporcelain
|
||||||
|
@ -1341,17 +1341,6 @@ _git_checkout ()
|
|||||||
esac
|
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_inprogress_options="--continue --quit --abort"
|
||||||
|
|
||||||
_git_cherry_pick ()
|
_git_cherry_pick ()
|
||||||
|
Loading…
Reference in New Issue
Block a user