Merge branch 'dw/diff-no-index-doc'
commitcd8c891b7403754cc7f4b5ace0f799adb83d3218
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2013 18:42:44 +0000 (17 11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2013 18:42:44 +0000 (17 11:42 -0700)
tree6e2e6b048303471b81b45647043d1e995b690314
parent8fbb07e3f37ab53febd0b2fc0f64811c68cd2492
parent286bc123cdabed76a1da25a32e97d392b37d51a2
Merge branch 'dw/diff-no-index-doc'

When the user types "git diff" outside a working tree, thinking he
is inside one, the current error message that is a single-liner
"usage: git diff --no-index <path> <path>" may not be sufficient to
make him realize the mistake. Add "Not a git repository" to the
error message when we fell into the "--no-index" mode without an
explicit command line option to instruct us to do so.

* dw/diff-no-index-doc:
  diff --no-index: describe in a separate paragraph
  diff --no-index: clarify operation when not inside a repository
diff-no-index.c