diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-13 04:06:41 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-13 10:04:54 +0100 |
commit | bbc09c22b9f7784b1aab71d4876227956e6e8f4f (patch) | |
tree | a3595de4913b9561f91b14b7e6156b706dbc87ab /grep.h | |
parent | Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookahead (diff) | |
download | git-bbc09c22b9f7784b1aab71d4876227956e6e8f4f.tar.xz git-bbc09c22b9f7784b1aab71d4876227956e6e8f4f.zip |
grep: rip out support for external grep
We still allow people to pass --[no-]ext-grep on the command line,
but the option is ignored.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.h')
-rw-r--r-- | grep.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -85,7 +85,6 @@ struct grep_opt { int max_depth; int funcname; char color_match[COLOR_MAXLEN]; - const char *color_external; int regflags; unsigned pre_context; unsigned post_context; |