summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-08 15:37:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-05-08 15:37:23 (GMT)
commit6e0bef3792fd30189f9310a595cb9ebf7a83c402 (patch)
tree61aed7945dcb007fb0f670d61253469c2aea663f /Documentation
parent4ab701b2eec46ab5cbfe8c9732897e5d100184d8 (diff)
parent9e4cbccbd73c2558cf0f5f9c2602445cdfc1f371 (diff)
downloadgit-6e0bef3792fd30189f9310a595cb9ebf7a83c402.zip
git-6e0bef3792fd30189f9310a595cb9ebf7a83c402.tar.gz
git-6e0bef3792fd30189f9310a595cb9ebf7a83c402.tar.bz2
Merge branch 'tz/git-svn-doc-markup-fix'
Doc formatting fix. * tz/git-svn-doc-markup-fix: Documentation/git-svn: improve asciidoctor compatibility
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-svn.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 223788f..3071162 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/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'.