Merge branch 'th/diff-no-index-fixes' into maint
commit36c5109e4a4d455a9aa9e0f8d20c957aa6a9bef8
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 19:48:44 +0000 (11 12:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jul 2012 19:48:44 +0000 (11 12:48 -0700)
tree2d746180b910cc20d7129482ca391bbe239ff980
parent4ac01b0cbc27b314333362e77323850e78a7448c
parent304970dd5d9e542e70eca98932c1e9f26770678e
Merge branch 'th/diff-no-index-fixes' into maint

"git diff --no-index" did not correctly handle relative paths and
did not correctly give exit codes when run under "--quiet" option.

* th/diff-no-index-fixes:
  diff-no-index: exit(1) if 'diff --quiet <repo file> <external file>' finds changes
  diff: handle relative paths in no-index
cache.h
diff-no-index.c
setup.c