log: honor grep.* configuration
commit0657bcbf6f0830bc4ce25d05060706f35f1d4eb7
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Oct 2012 23:49:57 +0000 (9 16:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Oct 2012 06:21:30 +0000 (9 23:21 -0700)
treeef2eeca985226fa5f8a1697b0b987f0a799e6478
parent727b6fc3edacebcde0a3dc849af95bd7f5a4d4a1
log: honor grep.* configuration

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>
builtin/log.c