aboutsummaryrefslogtreecommitdiff
path: root/Documentation/tutorial-2.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-21 21:24:05 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-21 21:24:49 -0800
commit1bb914603a0f151669de2c31671f6c878c5eb79f (patch)
tree8d4b7638581eb2aa154b79e160bf5bd05d9103e3 /Documentation/tutorial-2.txt
parenteaf6459e4d482af51429f9464125621b805eb5fd (diff)
downloadgit-1bb914603a0f151669de2c31671f6c878c5eb79f.tar.gz
git-1bb914603a0f151669de2c31671f6c878c5eb79f.tar.xz
Documentation/tutorial-2: Fix interesting typo in an example.
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>
Diffstat (limited to 'Documentation/tutorial-2.txt')
-rw-r--r--Documentation/tutorial-2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt
index f48894c9a..f363d17f0 100644
--- 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:
------------------------------------------------
-$ git cat-file blob a6b11f7a
-goodbye, word
+$ git cat-file blob 8b9743b2
+goodbye, world
------------------------------------------------
The "status" command is a useful way to get a quick summary of the