summaryrefslogtreecommitdiff
path: root/grep.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-01-12 19:06:41 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-01-13 01:04:54 -0800
commitbbc09c22b9f7784b1aab71d4876227956e6e8f4f (patch)
treea3595de4913b9561f91b14b7e6156b706dbc87ab /grep.h
parentMerge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookahead (diff)
downloadtgif-bbc09c22b9f7784b1aab71d4876227956e6e8f4f.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/grep.h b/grep.h
index 75370f60d7..0c61b00cbf 100644
--- a/grep.h
+++ b/grep.h
@@ -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;