grep: move the configuration parsing logic to grep.[ch]
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Oct 2012 23:17:50 +0000 (16:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Oct 2012 23:17:50 +0000 (16:17 -0700)
The configuration handling is a library-ish part of this program,
that is not specific to "git grep" command. It should be reusable
by "log" and others.

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