>From 785f928973e3ec3e5ca27f322fb44890e843a340 Mon Sep 17 00:00:00 2001 From: Thomas Zander <Thomas Zander zander@xxxxxxx> Date: Wed, 16 Jan 2008 23:42:00 +0100 Subject: [PATCH] Fixlet in doc; there was an open brace without a closing one. Signed-off-by: Thomas Zander <zander@xxxxxxx> --- Documentation/core-tutorial.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt index bd6cd41..aa40dfd 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. -- 1.5.3 -- Thomas Zander - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html