From: Junio C Hamano Date: Tue, 9 Oct 2012 23:40:03 +0000 (-0700) Subject: revisions: initialize revs->grep_filter using grep_init() X-Git-Tag: v1.8.0.1~20^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/918d4e1c907983d26b0c4d82d7f7abff4dbec4e5?ds=inline;hp=918d4e1c907983d26b0c4d82d7f7abff4dbec4e5 revisions: initialize revs->grep_filter using grep_init() Instead of using the hand-rolled initialization sequence, use grep_init() to populate the necessary bits. This opens the door to allow the calling commands to optionally read grep.* configuration variables via git_config() if they want to. Signed-off-by: Junio C Hamano ---