projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6ff94
)
Fix tutorial-2.html
author
Junio C Hamano
<junkio@cox.net>
Wed, 9 Aug 2006 07:57:01 +0000
(
00:57
-0700)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/tutorial-2.txt
b/Documentation/tutorial-2.txt
index 894ca5e06f26002f7dc5f2a16b713ca13e45886e..2f4fe1217a3cd6d9d958130ca5e03c68b027abc1 100644
(file)
--- a/
Documentation/tutorial-2.txt
+++ b/
Documentation/tutorial-2.txt
@@
-244,6
+244,7
@@
$ git ls-files --stage
$ git cat-file -t 513feba2
blob
$ git cat-file blob 513feba2
+hello world!
hello world, again
------------------------------------------------