All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: git-svn: fix spurious bolding that mangles the output
@ 2009-04-22 14:51 Wesley J. Landaker
  2009-04-22 14:51 ` [PATCH 2/2] Documentation: git-svn: fix a grammatical error without awkwardness Wesley J. Landaker
  2009-04-22 15:15 ` [PATCH 1/2] Documentation: git-svn: fix spurious bolding that mangles the output Jeff King
  0 siblings, 2 replies; 6+ messages in thread
From: Wesley J. Landaker @ 2009-04-22 14:51 UTC (permalink / raw)
  To: Junio C Hamano, git, Eric Wong; +Cc: Wesley J. Landaker

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 is probably working around an asciidoc bug, but it's better to fix
this than to leave the documentation in an unreadable state.

Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
---
 Documentation/git-svn.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 9229d45..b03c1f0 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -694,7 +694,7 @@ listed below are allowed:
 ------------------------------------------------------------------------
 
 Keep in mind that the '*' (asterisk) wildcard of the local ref
-(right of the ':') *must* be the farthest right path component;
+(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
 type of configuration is not automatically created by 'init' and
-- 
1.6.2.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-23  4:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-22 14:51 [PATCH 1/2] Documentation: git-svn: fix spurious bolding that mangles the output Wesley J. Landaker
2009-04-22 14:51 ` [PATCH 2/2] Documentation: git-svn: fix a grammatical error without awkwardness Wesley J. Landaker
2009-04-22 15:15 ` [PATCH 1/2] Documentation: git-svn: fix spurious bolding that mangles the output Jeff King
2009-04-22 15:48   ` [PATCH v2 " Wesley J. Landaker
2009-04-23  4:21     ` Junio C Hamano
2009-04-22 15:48   ` [PATCH v2 2/2] Documentation: git-svn: fix a grammatical error without awkwardness Wesley J. Landaker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.