Code

Documentation: fix graph in git-rev-parse.txt
authorMichele Ballabio <barra_cuda@katamail.com>
Mon, 26 May 2008 13:24:02 +0000 (15:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2008 02:10:03 +0000 (19:10 -0700)
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 <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-parse.txt

index 6513c2efe17668d5fc25a21385ed117ec76b40b5..5981c79f6a2568c33b455c649946d6af2d9baeb3 100644 (file)
@@ -238,16 +238,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
+........................................
+G   H   I   J
+ \ /     \ /
+  D   E   F
+   \  |  / \
+    \ | /   |
+     \|/    |
+      B     C
+       \   /
+        \ /
+         A
+........................................
 
     A =      = A^0
     B = A^   = A^1     = A~1