summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 53bcf78)
raw | patch | inline | side by side (parent: 53bcf78)
author | Linus Torvalds <torvalds@osdl.org> | |
Mon, 5 Jun 2006 19:47:49 +0000 (12:47 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 5 Jun 2006 20:05:49 +0000 (13:05 -0700) |
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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial-2.txt | patch | blob | history |
index 82c692254e36e7aff597407633baeb2b5ee91a05..894ca5e06f26002f7dc5f2a16b713ca13e45886e 100644 (file)
------------------------------------------------
$ git ls-tree d0492b36
100644 blob a0423896973644771497bdc03eb99d5281615b51 file.txt
-$ git cat-file commit a0423896
+$ git cat-file blob a0423896
hello world!
------------------------------------------------