From dd8b7566106fb4f571988b3cbc8cae26107629a3 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 18 Oct 2016 02:31:36 +0000 Subject: _git-cherry-pick: Complete argv[2] et seq. --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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] )) || -- cgit 1.4.1