grep: don't support "grep.color"-like config options
commitfe3420b616eba8027b080dc81020b0e0990f4809
authorMarkus Heidelberg <markus.heidelberg@web.de>
Mon, 20 Apr 2009 22:58:15 +0000 (21 00:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Apr 2009 05:55:56 +0000 (20 22:55 -0700)
treeb01eadeac552f0dc44625ed0613f235e0f95b75d
parent680ebc01806187b33cab9093c39102468298350f
grep: don't support "grep.color"-like config options

color.grep and color.grep.* is the official and documented way to
highlight grep matches. Comparable options like diff.color.* and
status.color.* exist for backward compatibility reasons only and are not
documented any more.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-grep.c