]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-svn.txt
GIT 1.6.3-rc2
[git.git] / Documentation / git-svn.txt
index 9229d45ad9a94047a7ce4f24543770ebc521ef61..1c40894669d6f86e7dbb97d86ef9ee6f2a76190d 100644 (file)
@@ -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'.