From: Michael F. Schönitzer Date: Tue, 21 Apr 2020 17:35:04 +0000 (+0000) Subject: docs: fix minor glitch in illustration X-Git-Tag: v2.27.0-rc0~76^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39102cf4fe607901138a61825671b0959f5ab683;p=thirdparty%2Fgit.git docs: fix minor glitch in illustration In the example by Jon Loeliger the selector 'A^2' was duplicated. This might confuse readers. Signed-off-by: Michael F. Schönitzer Signed-off-by: Junio C Hamano --- diff --git a/Documentation/revisions.txt b/Documentation/revisions.txt index 97f995e5a9..1ad95065c1 100644 --- a/Documentation/revisions.txt +++ b/Documentation/revisions.txt @@ -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