diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-09 00:57:01 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-09 01:03:39 -0700 |
commit | 1d17c25c38a6b98d20b7bbe789b45996fd84d672 (patch) | |
tree | cfcd4a0546209ac5877c2200c39f79b725284c42 /Documentation | |
parent | Documentation: git-status takes the same options as git-commit (diff) | |
download | tgif-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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/tutorial-2.txt b/Documentation/tutorial-2.txt index 894ca5e06f..2f4fe1217a 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 ------------------------------------------------ |