diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-12 19:06:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-13 01:04:54 -0800 |
commit | bbc09c22b9f7784b1aab71d4876227956e6e8f4f (patch) | |
tree | a3595de4913b9561f91b14b7e6156b706dbc87ab /grep.h | |
parent | e2d2e383d87dcbcd296ca9f21f3c8b7ef853c928 (diff) | |
download | git-bbc09c22b9f7784b1aab71d4876227956e6e8f4f.tar.gz |
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; |