Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/tutorial-2: Fix interesting typo in an example.
author
Junio C Hamano
<junkio@cox.net>
Mon, 22 Jan 2007 05:24:05 +0000
(21:24 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 22 Jan 2007 05:24:49 +0000
(21:24 -0800)
Marco Candrian noticed that one cat-file example refers to a
blob object that is never used in the example sequence.
The bug is interesting in that the output from the botched
sample command is consistent with the incorrect blob object
name ;-).
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial-2.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
eaf6459
)
diff --git
a/Documentation/tutorial-2.txt
b/Documentation/tutorial-2.txt
index f48894c9a25001374210fba3f6782ccec996a664..f363d17f0bedb8145f003ecef29832faf18a0730 100644
(file)
--- a/
Documentation/tutorial-2.txt
+++ b/
Documentation/tutorial-2.txt
@@
-343,8
+343,8
@@
And, as you can see with cat-file, this new entry refers to the
current contents of the file:
------------------------------------------------
current contents of the file:
------------------------------------------------
-$ git cat-file blob
a6b11f7a
-goodbye, word
+$ git cat-file blob
8b9743b2
+goodbye, wor
l
d
------------------------------------------------
The "status" command is a useful way to get a quick summary of the
------------------------------------------------
The "status" command is a useful way to get a quick summary of the