]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
add NO_EXTERNAL_GREP build option
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:39:16 +0000 (17:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Mar 2008 07:57:53 +0000 (00:57 -0700)
commit5f7c643afe8da21c82762f872632d6407530f9e8
tree539bc16db70d8fda7ff4cdc4021e247d6df628dd
parentcde2ed25ad764260aaa08a9ed3fbd997723c6b76
add NO_EXTERNAL_GREP build option

Previously, we just chose whether to allow external grep
based on the __unix__ define. However, there are systems
which define this macro but which have an inferior group
(e.g., one that does not support all options used by t7002).
This allows users to accept the potential speed penalty to
get a more consistent grep experience (and to pass the
testsuite).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin-grep.c