All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junio C Hamano <junkio@cox.net>
To: calmar <mac@calmar.ws>
Cc: git@vger.kernel.org
Subject: Re: error in tuto2?
Date: Sun, 21 Jan 2007 21:21:49 -0800	[thread overview]
Message-ID: <7vwt3fvdoy.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: <20070122020414.GA2399@localhost> (mac@calmar.ws's message of "Mon, 22 Jan 2007 03:04:14 +0100")

calmar <mac@calmar.ws> writes:

> close at the end: git cat-file blob a6b11f7a
>
> shouldn't that be: git cat-file blob 8b9743b  ?

Interesting.  Indeed 'a6b11f7a' spells "goodbye, word" so the
example is at least internally consistent but still is wrong.

Thanks for catching.

---
diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt
index f48894c..f363d17 100644
--- a/Documentation/tutorial-2.txt
+++ b/Documentation/tutorial-2.txt
@@ -343,8 +343,8 @@ And, as you can see with cat-file, this new entry refers to the
 current contents of the file:
 
 ------------------------------------------------
-$ git cat-file blob a6b11f7a
-goodbye, word
+$ git cat-file blob 8b9743b2
+goodbye, world
 ------------------------------------------------
 
 The "status" command is a useful way to get a quick summary of the

      reply	other threads:[~2007-01-22  5:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-22  2:04 error in tuto2? calmar
2007-01-22  5:21 ` Junio C Hamano [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7vwt3fvdoy.fsf@assigned-by-dhcp.cox.net \
    --to=junkio@cox.net \
    --cc=git@vger.kernel.org \
    --cc=mac@calmar.ws \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.