contrib/git-jump: allow to configure the grep command
commit007d06aa57e673c95da583d2afa30bb14fb69e28
authorBeat Bolli <dev+git@drbeat.li>
Sun, 19 Nov 2017 23:05:36 +0000 (20 00:05 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Nov 2017 02:00:27 +0000 (21 11:00 +0900)
treeff543b5032c1dadf71e39dbe8f5d8b0e3eac5921
parent89ea799ffcc5c8a0547d3c9075eb979256ee95b8
contrib/git-jump: allow to configure the grep command

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>
contrib/git-jump/README
contrib/git-jump/git-jump