Merge branch 'jc/upload-pack'
[gitweb.git] / Documentation / tutorial-2.txt
index 82c692254e36e7aff597407633baeb2b5ee91a05..2f4fe1217a3cd6d9d958130ca5e03c68b027abc1 100644 (file)
@@ -136,7 +136,7 @@ The "tree" object here refers to the new state of the tree:
 ------------------------------------------------
 $ git ls-tree d0492b36
 100644 blob a0423896973644771497bdc03eb99d5281615b51    file.txt
-$ git cat-file commit a0423896
+$ git cat-file blob a0423896
 hello world!
 ------------------------------------------------
 
@@ -244,6 +244,7 @@ $ git ls-files --stage
 $ git cat-file -t 513feba2
 blob
 $ git cat-file blob 513feba2
+hello world!
 hello world, again
 ------------------------------------------------