Skip to content

Commit 4ddef0e

Browse files
wjlgitster
authored andcommitted
Documentation: git-svn: fix spurious bolding that mangles the output
Without this fix, the output looks like: "Keep in mind that the (asterisk) wildcard of the local ref (right of the :) *must be the ..." -- with half the sentence spuriously bold. This fixes the problem by simply escaping asciidoc syntax as suggested by Jeff King <[email protected]>. Signed-off-by: Wesley J. Landaker <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e8d1180 commit 4ddef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-svn.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ listed below are allowed:
693693
tags = tags/*/project-a:refs/remotes/project-a/tags/*
694694
------------------------------------------------------------------------
695695

696-
Keep in mind that the '*' (asterisk) wildcard of the local ref
696+
Keep in mind that the '\*' (asterisk) wildcard of the local ref
697697
(right of the ':') *must* be the farthest right path component;
698698
however the remote wildcard may be anywhere as long as it's own
699699
independent path component (surrounded by '/' or EOL). This

0 commit comments

Comments
 (0)