]> git.ipfire.org Git - thirdparty/git.git/commitdiff
AsciiDoc fix for tutorial
authorFrancis Daly <francis@daoine.org>
Sat, 4 Mar 2006 16:35:27 +0000 (16:35 +0000)
committerJunio C Hamano <junkio@cox.net>
Sat, 4 Mar 2006 21:50:04 +0000 (13:50 -0800)
RE \^.+\^ becomes <sup>. Not wanted here

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt

index 66680d76bd8bc196bbbfdf98923b6be6354dea0d..fa79b016c77a7f37ae1e289eb42bb008174eda81 100644 (file)
@@ -309,7 +309,7 @@ git diff HEAD^^ HEAD^
 -------------------------------------
 
 shows the difference between that previous state and the state two
-commits ago.  Also, HEAD~5 can be used as a shorthand for HEAD^^^^^,
+commits ago.  Also, HEAD~5 can be used as a shorthand for HEAD{caret}{caret}{caret}{caret}{caret},
 and more generally HEAD~n can refer to the nth previous commit.
 Commits representing merges have more than one parent, and you can
 specify which parent to follow in that case; see