Code

Documentation: git-svn: fix spurious bolding that mangles the output
authorWesley J. Landaker <wjl@icecavern.net>
Wed, 22 Apr 2009 15:48:57 +0000 (09:48 -0600)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2009 01:39:57 +0000 (18:39 -0700)
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 <peff@peff.net>.

Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt

index 9229d45ad9a94047a7ce4f24543770ebc521ef61..3e22e4096fda702dc0a5e535631118d53795d2e9 100644 (file)
@@ -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