contrib/git-jump: allow to configure the grep command
authorBeat Bolli <dev+git@drbeat.li>
Sun, 19 Nov 2017 23:05:36 +0000 (00:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Nov 2017 02:00:27 +0000 (11:00 +0900)
Add the configuration option "jump.grepCmd" that allows to configure the
command that is used to search in grep mode. This allows the users of
git-jump to use ag(1) or ack(1) as search engines.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found