Skip to content

Commit 2eb063c

Browse files
Francis DalyJunio C Hamano
authored andcommitted
AsciiDoc fix for tutorial
RE \^.+\^ becomes <sup>. Not wanted here Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent a79656e commit 2eb063c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/tutorial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ git diff HEAD^^ HEAD^
309309
-------------------------------------
310310

311311
shows the difference between that previous state and the state two
312-
commits ago. Also, HEAD~5 can be used as a shorthand for HEAD^^^^^,
312+
commits ago. Also, HEAD~5 can be used as a shorthand for HEAD{caret}{caret}{caret}{caret}{caret},
313313
and more generally HEAD~n can refer to the nth previous commit.
314314
Commits representing merges have more than one parent, and you can
315315
specify which parent to follow in that case; see

0 commit comments

Comments
 (0)