]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: revisions: sort examples and fix alignment of the unchanged
authorPhilip Oakley <philipoakley@iee.org>
Fri, 12 Aug 2016 23:45:22 +0000 (00:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Aug 2016 02:36:45 +0000 (19:36 -0700)
The previous commit adjusted the column alignment for revision
examples which show expansion. Fix the unchanged examples and sort
those that show expansions to the end of the list.

Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/revisions.txt

index 728bd0959f70803a10572015779efa4609cf2b6e..a7fbcd72cd9bb36e1d22242996326dc3d5217a21 100644 (file)
@@ -330,14 +330,14 @@ with each step in the notation's expansion and selection carefully
 spelt out:
 
    Args   Expanded arguments    Selected commits
-   D                G H D
-   D F              G H I J D F
-   ^G D             H D
-   ^D B             E I J F B
+   D                            G H D
+   D F                          G H I J D F
+   ^G D                         H D
+   ^D B                         E I J F B
+   ^D B C                       E I J F B C
+   C                            I J F C
    B..C   = ^B C                C
    B...C  = B ^F C              G H D E B C
-   ^D B C           E I J F B C
-   C                I J F C
    C^@    = C^1
          = F                   I J F
    B^@    = B^1 B^2 B^3