Merge branch 'sg/doc-show-branch-typofix'
[gitweb.git] / contrib / completion / git-completion.bash
index db7fd87b6b27f6e85a48b31d08e0480648f9c5d5..5f556075d3cbce74c60e81b97d4923a1ff18f78d 100644 (file)
@@ -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 ()