Documentation: diff can compare blobs

Meanwhile, there is no plumbing command to compare two blobs.
Strange.

Reported-by: Yann Dirson <dirson@bertin.fr>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathan Nieder 2010-10-11 11:04:08 -05:00 committed by Junio C Hamano
parent 9d83e3827f
commit ed84e6d511

View File

@ -64,8 +64,9 @@ forced by --no-index.
Just in case if you are doing something exotic, it should be Just in case if you are doing something exotic, it should be
noted that all of the <commit> in the above description, except noted that all of the <commit> in the above description, except
for the last two forms that use ".." notations, can be any in the last two forms that use ".." notations, can be any
<tree-ish>. <tree>. The third form ('git diff <commit> <commit>') can also
be used to compare two <blob> objects.
For a more complete list of ways to spell <commit>, see For a more complete list of ways to spell <commit>, see
"SPECIFYING REVISIONS" section in linkgit:gitrevisions[7]. "SPECIFYING REVISIONS" section in linkgit:gitrevisions[7].