aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-09 00:57:01 -0700
committerJunio C Hamano <junkio@cox.net>2006-08-09 01:03:39 -0700
commit1d17c25c38a6b98d20b7bbe789b45996fd84d672 (patch)
treecfcd4a0546209ac5877c2200c39f79b725284c42 /Documentation
parentfb6ff943de33dccc3f43541ed4ae4b71abddac8b (diff)
downloadgit-1d17c25c38a6b98d20b7bbe789b45996fd84d672.tar.gz
git-1d17c25c38a6b98d20b7bbe789b45996fd84d672.tar.xz
Fix tutorial-2.html
Honza Pazdziora noticed that one example did not match reality. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/tutorial-2.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt
index 894ca5e06..2f4fe1217 100644
--- 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
------------------------------------------------