]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: fix minor glitch in illustration
authorMichael F. Schönitzer <michael@schoenitzer.de>
Tue, 21 Apr 2020 17:35:04 +0000 (17:35 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Apr 2020 20:21:52 +0000 (13:21 -0700)
In the example by Jon Loeliger the selector 'A^2' was duplicated. This
might confuse readers.

Signed-off-by: Michael F. Schönitzer <michael@schoenitzer.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/revisions.txt

index 97f995e5a9a6012ddd41169f06f7b9ddd3aa1c1a..1ad95065c1f64577e2b65e6c730c4550b7c2992e 100644 (file)
@@ -233,7 +233,7 @@ G   H   I   J
 
     A =      = A^0
     B = A^   = A^1     = A~1
-    C = A^2  = A^2
+    C =      = A^2
     D = A^^  = A^1^1   = A~2
     E = B^2  = A^^2
     F = B^3  = A^^3