mirror of
https://github.com/git/git.git
synced 2025-04-11 08:16:13 +00:00
AsciiDoc fix for tutorial
RE \^.+\^ becomes <sup>. Not wanted here Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
a79656e6af
commit
2eb063c933
@ -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…
x
Reference in New Issue
Block a user