mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-06 09:01:13 +02:00
Mikael Magnusson: 23906: add missing backslash in _git-svn.
This commit is contained in:
parent
9421f9449c
commit
b40b55d556
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-04 Clint Adams <clint@zsh.org>
|
||||
|
||||
* Mikael Magnusson: 23906: Completion/Unix/Command/_git: add
|
||||
missing backslash in _git-svn.
|
||||
|
||||
2007-10-05 Peter Stephenson <p.w.stephenson@ntlworld.com
|
||||
|
||||
* unposted, c.f. users/11935: Doc/Zsh/builtins.yo: quoting
|
||||
|
|
|
@ -2472,7 +2472,7 @@ _git-svn () {
|
|||
'(-h -H --help)'{-h,-H,--help}'[display usage information]' \
|
||||
'(-V --version)'{-V,--version}'[display version information]' \
|
||||
'--minimize-connections[undocumented]' \
|
||||
'(-R --svn-remote --remote)'{-R,--svn-remote,--remote}'[svn remote to use]:svn remote:__git_svn-remotes'
|
||||
'(-R --svn-remote --remote)'{-R,--svn-remote,--remote}'[svn remote to use]:svn remote:__git_svn-remotes' \
|
||||
'(-i --id)'{-i,--id}'[set GIT_SVN_ID]:GIT_SVN_ID'
|
||||
$arguments && ret=0
|
||||
|
||||
|
|
Loading…
Reference in a new issue