Skip to content
Snippets Groups Projects
Commit a6dc172d authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'du/cherry-is-plumbing' into maint

Doc update to mark "git cherry" as a plumbing command.

* du/cherry-is-plumbing:
  doc: move git-cherry to plumbing
parents c3ba2ae0 61018fe9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,7 +62,7 @@ git-check-mailmap purehelpers
git-checkout mainporcelain history
git-checkout-index plumbingmanipulators
git-check-ref-format purehelpers
git-cherry ancillaryinterrogators complete
git-cherry plumbinginterrogators complete
git-cherry-pick mainporcelain
git-citool mainporcelain
git-clean mainporcelain
Loading
Loading
Loading
Loading
@@ -1340,17 +1340,6 @@ _git_checkout ()
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 ()
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment