projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31952d
)
tutorial-2: typofix in examples.
author
Junio C Hamano
<junkio@cox.net>
Mon, 22 May 2006 00:37:25 +0000
(17:37 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Mon, 22 May 2006 00:37:25 +0000
(17:37 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/tutorial-2.txt
patch
|
blob
|
history
diff --git
a/Documentation/tutorial-2.txt
b/Documentation/tutorial-2.txt
index
a3d45ee
..
7de91aa
100644
(file)
--- a/
Documentation/tutorial-2.txt
+++ b/
Documentation/tutorial-2.txt
@@
-214,7
+214,7
@@
$ git diff
+++ b/file.txt
@@ -1 +1,2 @@
hello world!
-
+hello world, again
++hello world, again
$ git update-index file.txt
$ git diff
------------------------------------------------
@@
-230,7
+230,7
@@
index a042389..513feba 100644
+++ b/file.txt
@@ -1 +1,2 @@
hello world!
-
+hello world, again
++hello world, again
------------------------------------------------
So "git diff" is comparing against something other than the head.