Skip to content

Commit

Permalink
Documentation: fix graph in git-rev-parse.txt
Browse files Browse the repository at this point in the history
Preformatted html and man pages show a mangled graph, caused by a
backslash.

Commit f1ec6b2 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>
  • Loading branch information
chunga authored and gitster committed May 27, 2008
1 parent f8fcb57 commit df2740b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions Documentation/git-rev-parse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df2740b

Please sign in to comment.