X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-index.txt;h=2ea22abca2bc72abb0cedfe6f47616c52a60d3f4;hb=62b42d348754231609e07912ac42da6b112008ef;hp=6d184864022cef90e284113a627103db99327052;hpb=cea667e955cca71e517f259c86bf974d03064df2;p=git.git diff --git a/Documentation/git-diff-index.txt b/Documentation/git-diff-index.txt index 6d1848640..2ea22abca 100644 --- a/Documentation/git-diff-index.txt +++ b/Documentation/git-diff-index.txt @@ -96,8 +96,8 @@ show that. So let's say that you have edited `kernel/sched.c`, but have not actually done a 'git update-index' on it yet - there is no "object" associated with the new state, and you get: - torvalds@ppc970:~/v2.6/linux> git diff-index HEAD - *100644->100664 blob 7476bb......->000000...... kernel/sched.c + torvalds@ppc970:~/v2.6/linux> git diff-index --abbrev HEAD + :100644 100664 7476bb... 000000... kernel/sched.c i.e., it shows that the tree has changed, and that `kernel/sched.c` has is not up-to-date and may contain new stuff. The all-zero sha1 means that to