1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

Frank Terbeck: 25537: add --abort to options for 'git am'.

This commit is contained in:
Clint Adams 2008-08-29 02:26:32 +00:00
parent b8ae885ab8
commit 4ee3f5ffe2
2 changed files with 6 additions and 0 deletions

View file

@ -1354,6 +1354,7 @@ __git_zstyle_default ':completion::complete:git-add:argument-rest:*' ignore-line
_git-am () {
_arguments \
'--3way[use 3-way merge if patch does not apply cleanly]' \
'--abort[restore the original branch and abort the patching operation.]' \
'--binary[pass "--allow-binary-replacement" to "git-apply"]' \
'--dotest=-[use given directory as working area instead of .dotest]:directory:_directories' \
'--interactive[apply patches interactively]' \