summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f8fcb57)
raw | patch | inline | side by side (parent: f8fcb57)
author | Michele Ballabio <barra_cuda@katamail.com> | |
Mon, 26 May 2008 13:24:02 +0000 (15:24 +0200) | ||
committer | Junio 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>
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 | patch | blob | history |
index 6513c2efe17668d5fc25a21385ed117ec76b40b5..5981c79f6a2568c33b455c649946d6af2d9baeb3 100644 (file)
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