Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-26 08:22:14 +0300
committerJunio C Hamano <gitster@pobox.com>2018-10-26 08:22:14 +0300
commiteff5d693ad5ff28daf2244ce2618896e87cccb2b (patch)
treeda26b14980bad0003f8546fd523315afd9fcc0a5 /contrib
parent1fd2ffca7d89569674399e8cc192bba9c509e0a6 (diff)
parent61018fe9e005a54e18184481927519d64035220a (diff)
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index db7fd87b6b..5f556075d3 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1341,17 +1341,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 ()