Code

git-diff: allow --no-index semantics a bit more
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2008 04:54:23 +0000 (21:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2008 04:54:23 +0000 (21:54 -0700)
commit040366076fa0dc540309531997a987cc6d83a577
tree42da27189fb3a58ce2da5d202240aa8e6aa5f20c
parent0569e9b8cea20d5eedfec66730a9711a0907ab0d
git-diff: allow  --no-index semantics a bit more

Even when inside a git work tree, if two paths are given and at least one
is clearly outside the work tree, it cannot be a request to diff a tracked
path anyway; allow such an invocation to use --no-index semantics.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff-no-index.c