summaryrefslogtreecommitdiff
path: root/grep.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-13 03:06:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-13 09:04:54 (GMT)
commitbbc09c22b9f7784b1aab71d4876227956e6e8f4f (patch)
treea3595de4913b9561f91b14b7e6156b706dbc87ab /grep.h
parente2d2e383d87dcbcd296ca9f21f3c8b7ef853c928 (diff)
downloadgit-bbc09c22b9f7784b1aab71d4876227956e6e8f4f.zip
git-bbc09c22b9f7784b1aab71d4876227956e6e8f4f.tar.gz
git-bbc09c22b9f7784b1aab71d4876227956e6e8f4f.tar.bz2
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 75370f6..0c61b00 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;