log: honor grep.* configuration
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Oct 2012 23:49:57 +0000 (16:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Oct 2012 06:21:30 +0000 (23:21 -0700)
Now the grep_config() callback is reusable from other configuration
callbacks, call it from git_log_config() so that grep.patterntype
and friends can be used with the commands in the "git log" family.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found