summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a79656e)
raw | patch | inline | side by side (parent: a79656e)
author | Francis Daly <francis@daoine.org> | |
Sat, 4 Mar 2006 16:35:27 +0000 (16:35 +0000) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial.txt | patch | blob | history |
index 66680d76bd8bc196bbbfdf98923b6be6354dea0d..fa79b016c77a7f37ae1e289eb42bb008174eda81 100644 (file)
-------------------------------------
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