Skip to content

Commit

Permalink
Documentation/tutorial-2: Fix interesting typo in an example.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Jan 22, 2007
1 parent eaf6459 commit 1bb9146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/tutorial-2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bb9146

Please sign in to comment.