git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b86a4be
)
docs: fix minor glitch in illustration
author
Michael F. Schönitzer
<redacted>
Tue, 21 Apr 2020 17:35:04 +0000
(17:35 +0000)
committer
Junio C Hamano
<redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/revisions.txt
patch
|
blob
|
history
diff --git
a/Documentation/revisions.txt
b/Documentation/revisions.txt
index 97f995e5a9a6012ddd41169f06f7b9ddd3aa1c1a..1ad95065c1f64577e2b65e6c730c4550b7c2992e 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT