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 /Documentation/config.txt | |
parent | Merge branch 'jc/maint-1.6.4-grep-lookahead' into jc/maint-grep-lookahead (diff) | |
download | tgif-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 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index a1e36d7e42..6a96d9d23e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -645,14 +645,6 @@ color.grep:: `never`), never. When set to `true` or `auto`, use color only when the output is written to the terminal. Defaults to `false`. -color.grep.external:: - The string value of this variable is passed to an external 'grep' - command as a command line option if match highlighting is turned - on. If set to an empty string, no option is passed at all, - turning off coloring for external 'grep' calls; this is the default. - For GNU grep, set it to `--color=always` to highlight matches even - when a pager is used. - color.grep.match:: Use customized color for matches. The value of this variable may be specified as in color.branch.<slot>. It is passed using |