Fix tutorial-2.html
authorJunio C Hamano <junkio@cox.net>
Wed, 9 Aug 2006 07:57:01 +0000 (00:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 9 Aug 2006 08:03:39 +0000 (01:03 -0700)
Honza Pazdziora noticed that one example did not match reality.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial-2.txt

index 894ca5e06f26002f7dc5f2a16b713ca13e45886e..2f4fe1217a3cd6d9d958130ca5e03c68b027abc1 100644 (file)
@@ -244,6 +244,7 @@ $ git ls-files --stage
 $ git cat-file -t 513feba2
 blob
 $ git cat-file blob 513feba2
+hello world!
 hello world, again
 ------------------------------------------------