summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-09 02:18:07 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-09 02:18:07 +0900
commitd1063b1b2e658ecbb78ae560ecb80d543e8c78c5 (patch)
tree0866004a8e9aed3f3a78c77d85729a8845fbb81c /git-svn.txt
parent2ba14716c3b8d8081480683846aefbc1d2abe0db (diff)
downloadgit-htmldocs-d1063b1b2e658ecbb78ae560ecb80d543e8c78c5.tar.gz
Autogenerated HTML docs for v2.21.0-896-g6a6c0f
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-svn.txt b/git-svn.txt
index 223788fa3..30711625f 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -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'.