From 5221ecbc51526da94f2ba0862c3958100592cf0b Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Wed, 16 Jan 2008 23:48:21 +0100 Subject: [PATCH] core-tutorial typofix Signed-off-by: Thomas Zander Signed-off-by: Junio C Hamano --- Documentation/core-tutorial.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt index bd6cd41245..aa40dfd36a 100644 --- a/Documentation/core-tutorial.txt +++ b/Documentation/core-tutorial.txt @@ -578,7 +578,7 @@ particular state. You can, for example, do $ git diff my-first-tag ---------------- -to diff your current state against that tag (which at this point will +to diff your current state against that tag which at this point will obviously be an empty diff, but if you continue to develop and commit stuff, you can use your tag as an "anchor-point" to see what has changed since you tagged it. -- 2.11.4.GIT