mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-13 01:31:18 +02:00
23908: add missing backslash in _git-svn.
This commit is contained in:
parent
b40b55d556
commit
c0cb5d31d1
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
2007-10-04 Clint Adams <clint@zsh.org>
|
2007-10-06 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 23908: Completion/Unix/Command/_git: add missing backslash in
|
||||||
|
_git-svn.
|
||||||
|
|
||||||
* Mikael Magnusson: 23906: Completion/Unix/Command/_git: add
|
* Mikael Magnusson: 23906: Completion/Unix/Command/_git: add
|
||||||
missing backslash in _git-svn.
|
missing backslash in _git-svn.
|
||||||
|
|
|
@ -2473,7 +2473,7 @@ _git-svn () {
|
||||||
'(-V --version)'{-V,--version}'[display version information]' \
|
'(-V --version)'{-V,--version}'[display version information]' \
|
||||||
'--minimize-connections[undocumented]' \
|
'--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'
|
'(-i --id)'{-i,--id}'[set GIT_SVN_ID]:GIT_SVN_ID' \
|
||||||
$arguments && ret=0
|
$arguments && ret=0
|
||||||
|
|
||||||
case $state in
|
case $state in
|
||||||
|
|
Loading…
Reference in a new issue