Browse Source

AsciiDoc fix for tutorial

RE \^.+\^ becomes <sup>. Not wanted here

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Francis Daly 19 years ago committed by Junio C Hamano
parent
commit
2eb063c933
  1. 2
      Documentation/tutorial.txt

2
Documentation/tutorial.txt

@ -309,7 +309,7 @@ git diff HEAD^^ HEAD^ @@ -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

Loading…
Cancel
Save