diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-10-18 02:31:36 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-10-29 03:03:28 +0000 |
| commit | dd8b7566106fb4f571988b3cbc8cae26107629a3 (patch) | |
| tree | 31508e5a3510079e6123136b684beb33eae1e1b1 /Completion/Unix/Command/_git | |
| parent | unposted: handle empty pastes and "zle bracketed-paste variablename" form. (diff) | |
| download | zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar.gz zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar.bz2 zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar.lz zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar.xz zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.tar.zst zsh-dd8b7566106fb4f571988b3cbc8cae26107629a3.zip | |
_git-cherry-pick: Complete argv[2] et seq.
Diffstat (limited to 'Completion/Unix/Command/_git')
| -rw-r--r-- | Completion/Unix/Command/_git | 2 |
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] )) || |
