@@ -18,8 +18,8 @@ SYNOPSIS
1818DESCRIPTION
1919-----------
2020Show changes between the working tree and the index or a tree, changes
21- between the index and a tree, changes between two trees, or changes
22- between two files on disk.
21+ between the index and a tree, changes between two trees, changes between
22+ two blob objects, or changes between two files on disk.
2323
2424'git diff' [--options] [--] [<path>...]::
2525
@@ -56,11 +56,6 @@ directories. This behavior can be forced by --no-index.
5656 This is to view the changes between two arbitrary
5757 <commit>.
5858
59- 'git diff' [options] <blob> <blob>::
60-
61- This form is to view the differences between the raw
62- contents of two blob objects.
63-
6459'git diff' [--options] <commit>..<commit> [--] [<path>...]::
6560
6661 This is synonymous to the previous form. If <commit> on
@@ -87,6 +82,11 @@ and the range notations ("<commit>..<commit>" and
8782"<commit>\...<commit>") do not mean a range as defined in the
8883"SPECIFYING RANGES" section in linkgit:gitrevisions[7].
8984
85+ 'git diff' [options] <blob> <blob>::
86+
87+ This form is to view the differences between the raw
88+ contents of two blob objects.
89+
9090OPTIONS
9191-------
9292:git-diff: 1
0 commit comments