summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-04-23 03:06:56 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-04-23 03:06:56 +0000
commit07738348497c1825b4ab8e4ea4111f0214f57ff1 (patch)
tree47704623f17a0cf2679f5bbf4cb8b1ad4924198b /git-svn.txt
parentea868339dcb855ac3bd8b4bcef500d932913dbaa (diff)
downloadgit-htmldocs-07738348497c1825b4ab8e4ea4111f0214f57ff1.tar.gz
Autogenerated HTML docs for v1.6.3-rc1-51-gea0b7
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 9229d45ad..1c4089466 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -693,9 +693,9 @@ listed below are allowed:
tags = tags/*/project-a:refs/remotes/project-a/tags/*
------------------------------------------------------------------------
-Keep in mind that the '*' (asterisk) wildcard of the local ref
+Keep in mind that the '\*' (asterisk) wildcard of the local ref
(right of the ':') *must* be the farthest right path component;
-however the remote wildcard may be anywhere as long as it's own
+however the remote wildcard may be anywhere as long as it's an
independent path component (surrounded by '/' or EOL). This
type of configuration is not automatically created by 'init' and
should be manually entered with a text-editor or using 'git-config'.