summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
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 /Documentation/config.txt
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 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index a1e36d7..6a96d9d 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