summaryrefslogtreecommitdiff
path: root/Documentation/tutorial.txt
diff options
context:
space:
mode:
authorFrancis Daly <francis@daoine.org>2006-03-04 16:35:27 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-03-04 21:50:04 (GMT)
commit2eb063c9331d73548e0fe68802e73ccd68a41046 (patch)
tree23d98fbdab8a8a115882e20fca2c1eb0bca85424 /Documentation/tutorial.txt
parenta79656e6af627d40d934ba8b73f58b816a9f0ac1 (diff)
downloadgit-2eb063c9331d73548e0fe68802e73ccd68a41046.zip
git-2eb063c9331d73548e0fe68802e73ccd68a41046.tar.gz
git-2eb063c9331d73548e0fe68802e73ccd68a41046.tar.bz2
AsciiDoc fix for tutorial
RE \^.+\^ becomes <sup>. Not wanted here Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/tutorial.txt')
-rw-r--r--Documentation/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 66680d7..fa79b01 100644
--- 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
-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