From d5e3d60c200b214e36eacfb3de21044a7efd1971 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 21 May 2006 17:37:25 -0700 Subject: [PATCH] tutorial-2: typofix in examples. Signed-off-by: Junio C Hamano --- Documentation/tutorial-2.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt index a3d45ee5..7de91aa7 100644 --- a/Documentation/tutorial-2.txt +++ b/Documentation/tutorial-2.txt @@ -214,7 +214,7 @@ $ git diff +++ b/file.txt @@ -1 +1,2 @@ hello world! - +hello world, again ++hello world, again $ git update-index file.txt $ git diff ------------------------------------------------ @@ -230,7 +230,7 @@ index a042389..513feba 100644 +++ b/file.txt @@ -1 +1,2 @@ hello world! - +hello world, again ++hello world, again ------------------------------------------------ So "git diff" is comparing against something other than the head. -- 2.11.0