1
0
Fork 0
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:
Clint Adams 2007-10-06 00:48:14 +00:00
parent 9421f9449c
commit b40b55d556
2 changed files with 6 additions and 1 deletions

View file

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

View file

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