Documentation: fix graph in git-rev-parse.txt
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>
This commit is contained in:
parent
f8fcb57bb4
commit
df2740b066
@ -238,6 +238,7 @@ Here is an illustration, by Jon Loeliger. Both commit nodes B
|
|||||||
and C are parents of commit node A. Parent commits are ordered
|
and C are parents of commit node A. Parent commits are ordered
|
||||||
left-to-right.
|
left-to-right.
|
||||||
|
|
||||||
|
........................................
|
||||||
G H I J
|
G H I J
|
||||||
\ / \ /
|
\ / \ /
|
||||||
D E F
|
D E F
|
||||||
@ -248,6 +249,7 @@ left-to-right.
|
|||||||
\ /
|
\ /
|
||||||
\ /
|
\ /
|
||||||
A
|
A
|
||||||
|
........................................
|
||||||
|
|
||||||
A = = A^0
|
A = = A^0
|
||||||
B = A^ = A^1 = A~1
|
B = A^ = A^1 = A~1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user