1
0
Fork 0
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:
Daniel Shahaf 2016-10-18 02:31:36 +00:00
parent 9cfd26bf10
commit dd8b756610

View file

@ -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] )) ||