Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
AsciiDoc fix for tutorial
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>
Documentation/tutorial.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
a79656e
)
diff --git
a/Documentation/tutorial.txt
b/Documentation/tutorial.txt
index 66680d76bd8bc196bbbfdf98923b6be6354dea0d..fa79b016c77a7f37ae1e289eb42bb008174eda81 100644
(file)
--- a/
Documentation/tutorial.txt
+++ b/
Documentation/tutorial.txt
@@
-309,7
+309,7
@@
git diff HEAD^^ HEAD^
-------------------------------------
shows the difference between that previous state and the state two
-------------------------------------
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
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