Skip to content

Commit

Permalink
AsciiDoc fix for tutorial
Browse files Browse the repository at this point in the history
RE \^.+\^ becomes <sup>. Not wanted here

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Francis Daly authored and Junio C Hamano committed Mar 4, 2006
1 parent a79656e commit 2eb063c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eb063c

Please sign in to comment.