Skip to content

Commit df2740b

Browse files
chungagitster
authored andcommitted
Documentation: fix graph in git-rev-parse.txt
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f8fcb57 commit df2740b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Documentation/git-rev-parse.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -238,16 +238,18 @@ Here is an illustration, by Jon Loeliger. Both commit nodes B
238238
and C are parents of commit node A. Parent commits are ordered
239239
left-to-right.
240240

241-
G H I J
242-
\ / \ /
243-
D E F
244-
\ | / \
245-
\ | / |
246-
\|/ |
247-
B C
248-
\ /
249-
\ /
250-
A
241+
........................................
242+
G H I J
243+
\ / \ /
244+
D E F
245+
\ | / \
246+
\ | / |
247+
\|/ |
248+
B C
249+
\ /
250+
\ /
251+
A
252+
........................................
251253

252254
A = = A^0
253255
B = A^ = A^1 = A~1

0 commit comments

Comments
 (0)