From b40b55d556e3f3c3b28166ac3509f6cd6bae372e Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 6 Oct 2007 00:48:14 +0000 Subject: Mikael Magnusson: 23906: add missing backslash in _git-svn. --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index 3a365e528..f18af7560 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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 -- cgit 1.4.1