diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2008-08-18 01:55:29 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2008-08-18 01:55:29 +0000 |
| commit | 51460525c0807670fbd22b7c30dccb75eb262de9 (patch) | |
| tree | 09a971d11f96c2dcf0cc6a3d890ebabfeeae713c /Completion/Unix/Command | |
| parent | unposted: additional git branch options. (diff) | |
| download | zsh-51460525c0807670fbd22b7c30dccb75eb262de9.tar zsh-51460525c0807670fbd22b7c30dccb75eb262de9.tar.gz zsh-51460525c0807670fbd22b7c30dccb75eb262de9.tar.bz2 zsh-51460525c0807670fbd22b7c30dccb75eb262de9.tar.lz zsh-51460525c0807670fbd22b7c30dccb75eb262de9.tar.xz zsh-51460525c0807670fbd22b7c30dccb75eb262de9.tar.zst zsh-51460525c0807670fbd22b7c30dccb75eb262de9.zip | |
Mikael Magnusson: 25473: add missing parenthesis.
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_git | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index a1d0e1ca3..c6952a4c4 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -2577,7 +2577,8 @@ _git-svn () { arguments+=('--stdin[read list of commits to commit from stdin]') ;; (show-ignore) - arguments+=('-r --revision)'{-r,--revision)'[undocumented]:revision:->__git_svn_revisions' + arguments+=('-r --revision)'{-r,--revision}'[undocumented]:revision:->__git_svn_revisions') + ;; (dcommit) arguments+=( '(-n --dry-run)'{-n,--dry-run}'[output git-commands that would show diffs that would be committed]') |
