diff --no-index: describe in a separate paragraph
commit286bc123cdabed76a1da25a32e97d392b37d51a2
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Aug 2013 22:17:18 +0000 (28 15:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Aug 2013 22:17:18 +0000 (28 15:17 -0700)
tree8a2e0b5ac593780ed6c5555f93eeb692304271d6
parentb214eddfb2d57e318a3f5b88da1cafcf19184b4d
diff --no-index: describe in a separate paragraph

The documentation for "diff-files" mode of "git diff" primarily
talks about how changes in the files in the working tree are shown
relative to the contents previously added to that index, and tucks
explanation on how "--no-index" mode, which works in a quite
different way, may be implicitly used instead.  Instead, add a
separate paragraph to explain what "--no-index" mode does, and also
mention when "--no-index" can be omitted from the command line
(essentially, when it is obvious from the context).

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-diff.txt