The diagram renders fine in AsciiDoc before and after this patch. Asciidoctor, on the other hand, ignores the tabs entirely, which results in different indentation for different lines. The graph illustration earlier in the document already uses spaces instead of a tab. Signed-off-by: Martin Ågren <martin.agren@xxxxxxxxx> --- Can be seen at the end of https://git-scm.com/docs/gitrevisions Documentation/revisions.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt index dfcc49c72c..011746b74f 100644 --- a/Documentation/revisions.txt +++ b/Documentation/revisions.txt @@ -355,15 +355,15 @@ spelt out: B..C = ^B C C B...C = B ^F C G H D E B C B^- = B^..B - = ^B^1 B E I J F B + = ^B^1 B E I J F B C^@ = C^1 - = F I J F + = F I J F B^@ = B^1 B^2 B^3 - = D E F D G H E F I J + = D E F D G H E F I J C^! = C ^C^@ - = C ^C^1 - = C ^F C + = C ^C^1 + = C ^F C B^! = B ^B^@ - = B ^B^1 ^B^2 ^B^3 - = B ^D ^E ^F B + = B ^B^1 ^B^2 ^B^3 + = B ^D ^E ^F B F^! D = F ^I ^J D G H D F -- 2.17.0