]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-svn.txt
Merge branch 'pb/request-pull-verify-remote-ref'
[thirdparty/git.git] / Documentation / git-svn.txt
index 223788fa3ee070b2919a01e1b4eb4cc55043b2af..30711625fdec5ef4a46233b27fcd562a56e773e3 100644 (file)
@@ -1100,10 +1100,10 @@ listed below are allowed:
        tags = tags/*/project-a:refs/remotes/project-a/tags/*
 ------------------------------------------------------------------------
 
-Keep in mind that the '\*' (asterisk) wildcard of the local ref
-(right of the ':') *must* be the farthest right path component;
+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 an
-independent path component (surrounded by '/' or EOL).   This
+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'.