mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
_git-cherry-pick: Complete argv[2] et seq.
This commit is contained in:
parent
9cfd26bf10
commit
dd8b756610
1 changed files with 1 additions and 1 deletions
|
@ -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] )) ||
|
||||
|
|
Loading…
Reference in a new issue