Git development
 help / color / mirror / Atom feed
* error in tuto2?
@ 2007-01-22  2:04 calmar
  2007-01-22  5:21 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: calmar @ 2007-01-22  2:04 UTC (permalink / raw)
  To: git

hi,

hi, isn't there a little error:
http://www.kernel.org/pub/software/scm/git/docs/tutorial-2.html

close at the end: git cat-file blob a6b11f7a

shouldn't that be: git cat-file blob 8b9743b  ?

anyway,
cheers
marco candrian



-- 
   (o_  It rocks: LINUX + Command-Line-Interface
   //\
   V_/_                     http://www.calmar.ws

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: error in tuto2?
  2007-01-22  2:04 error in tuto2? calmar
@ 2007-01-22  5:21 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2007-01-22  5:21 UTC (permalink / raw)
  To: calmar; +Cc: git

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-22  5:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-22  2:04 error in tuto2? calmar
2007-01-22  5:21 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox