git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fix typo in tutorial-2.txt
@ 2006-06-05 19:47 Linus Torvalds
  2006-06-05 23:15 ` Johannes Schindelin
  2006-06-05 23:38 ` J. Bruce Fields
  0 siblings, 2 replies; 5+ messages in thread
From: Linus Torvalds @ 2006-06-05 19:47 UTC (permalink / raw)
  To: J. Bruce Fields, Junio C Hamano, Git Mailing List


This should be obvious enough.

I didn't actually _test_ the tutorial, but if the old command worked, 
something is really wrong!

Signed-off-by: Linus "Duh!" Torvalds <torvalds@osdl.org>
---
 Documentation/tutorial-2.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt
index 82c6922..894ca5e 100644
--- a/Documentation/tutorial-2.txt
+++ b/Documentation/tutorial-2.txt
@@ -136,7 +136,7 @@ The "tree" object here refers to the new
 ------------------------------------------------
 $ git ls-tree d0492b36
 100644 blob a0423896973644771497bdc03eb99d5281615b51    file.txt
-$ git cat-file commit a0423896
+$ git cat-file blob a0423896
 hello world!
 ------------------------------------------------
 

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

end of thread, other threads:[~2006-06-05 23:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-05 19:47 Fix typo in tutorial-2.txt Linus Torvalds
2006-06-05 23:15 ` Johannes Schindelin
2006-06-05 23:44   ` J. Bruce Fields
2006-06-05 23:58     ` Linus Torvalds
2006-06-05 23:38 ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).