DORMANTno replies

[PATCH] Documentation: fix graph in git-rev-parse.txt

From: Michele Ballabio <hidden>
Date: 2016-06-15 22:44:39
Subsystem: documentation, the rest · Maintainers: Jonathan Corbet, Linus Torvalds

Preformatted html and man pages show a mangled graph, caused by a
backslash.

Commit f1ec6b22a8c1ab1cca0f1875f85aea5d2434e5a6 fixed this same issue,
but it seems that new versions of the Asciidoc toolchain changed their
behaviour.

Signed-off-by: Michele Ballabio <redacted>
---

This should fix the problem, but I can't test it because I have an old
Asciidoc installation (works either way here).

 Documentation/git-rev-parse.txt |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Documentation/git-rev-parse.txt b/Documentation/git-rev-parse.txt
index 69599ff..82dab73 100644
--- a/Documentation/git-rev-parse.txt
+++ b/Documentation/git-rev-parse.txt
@@ -243,16 +243,18 @@ Here is an illustration, by Jon Loeliger.  Both commit nodes B
 and C are parents of commit node A.  Parent commits are ordered
 left-to-right.
 
+........................................
     G   H   I   J
      \ /     \ /
       D   E   F
-       \  |  / \ 
+       \  |  / \
         \ | /   |
          \|/    |
           B     C
            \   /
             \ /
              A
+........................................
 
     A =      = A^0
     B = A^   = A^1     = A~1
-- 
1.5.5.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help