From: Francis Daly Date: Sat, 4 Mar 2006 16:35:27 +0000 (+0000) Subject: AsciiDoc fix for tutorial X-Git-Tag: v1.3.0-rc1~51^2 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2eb063c9331d73548e0fe68802e73ccd68a41046;p=git.git AsciiDoc fix for tutorial RE \^.+\^ becomes . Not wanted here Signed-off-by: Junio C Hamano --- diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index 66680d76..fa79b016 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