grep --no-index: don't use git standard exclusions
authorBert Wesarg <bert.wesarg@googlemail.com>
Thu, 15 Sep 2011 18:26:03 +0000 (20:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Sep 2011 19:27:40 +0000 (12:27 -0700)
The --no-index mode is intended to be used outside of a git repository, and
it does not make sense to apply the git standard exclusions outside a git
repositories.

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found