From: Wesley J. Landaker Date: Wed, 22 Apr 2009 15:48:57 +0000 (-0600) Subject: Documentation: git-svn: fix spurious bolding that mangles the output X-Git-Tag: v1.6.3-rc2~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4ddef0e67d879bf7e18ce2655b057243d894adc1;p=git.git 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 . Signed-off-by: Wesley J. Landaker Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 9229d45ad..3e22e4096 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -693,7 +693,7 @@ 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 independent path component (surrounded by '/' or EOL). This