summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-29 08:49:03 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-29 08:49:03 +0000
commit9e7b3f37608ecf950be2c3b0095e36ef010ba11a (patch)
treecf67c972c12b8d2b61e1a87298c2c32dd6dc994d /git-svn.txt
parentc4fec2081a743971ebbd6c28ee77a1f7f1bdee64 (diff)
downloadgit-htmldocs-9e7b3f37608ecf950be2c3b0095e36ef010ba11a.tar.gz
Autogenerated HTML docs for v1.5.6.1-102-g8e69d
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 97bed54fb..c350ad0f8 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -513,7 +513,7 @@ have each person clone that repository with 'git clone':
cd project
git-init
git remote add origin server:/pub/project
- git config --add remote.origin.fetch=+refs/remotes/*:refs/remotes/*
+ git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*'
git fetch
# Initialize git-svn locally (be sure to use the same URL and -T/-b/-t options as were used on server)
git-svn init http://svn.foo.org/project