summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-18 02:31:36 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-10-29 03:03:28 +0000
commitdd8b7566106fb4f571988b3cbc8cae26107629a3 (patch)
tree31508e5a3510079e6123136b684beb33eae1e1b1 /Completion
parent9cfd26bf10f530d746afadf3a04c4cf401fbbb9d (diff)
downloadzsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar.gz
zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar.xz
zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.zip
_git-cherry-pick: Complete argv[2] et seq.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 437036a9b..f10f80bf7 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -530,7 +530,7 @@ _git-cherry-pick () {
     '*'{-s+,--strategy=}'[use given merge strategy]:merge strategy:__git_merge_strategies' \
     '*'{-X+,--strategy-option=}'[pass merge-strategy-specific option to merge strategy]:option' \
     '(-e --edit -x -n --no-commit -s --signoff)--ff[fast forward, if possible]' \
-    ': : __git_commit_ranges -O expl:git_commit_opts'
+    '*: : __git_commit_ranges -O expl:git_commit_opts'
 }
 
 (( $+functions[_git-citool] )) ||