Re: [PATCH] contrib/git-jump: allow to configure the grep command

2017-11-20 Thread Junio C Hamano
Jeff King writes: > How about this? > > -- >8 -- > Subject: [PATCH] git-jump: give contact instructions in the README > > Let's make it clear how patches should flow into > contrib/git-jump. The normal Git maintainer does not > necessarily care about things in contrib/, and authors of > individua

Re: [PATCH] contrib/git-jump: allow to configure the grep command

2017-11-20 Thread Jonathan Nieder
Jeff King wrote: > Subject: [PATCH] git-jump: give contact instructions in the README > > Let's make it clear how patches should flow into > contrib/git-jump. The normal Git maintainer does not > necessarily care about things in contrib/, and authors of > individual components should be the ones g

Re: [PATCH] contrib/git-jump: allow to configure the grep command

2017-11-20 Thread Jeff King
On Mon, Nov 20, 2017 at 12:05:36AM +0100, Beat Bolli wrote: > 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. This patch looks good to me. The user

Re: [PATCH] contrib/git-jump: allow to configure the grep command

2017-11-20 Thread Jeff King
On Mon, Nov 20, 2017 at 12:11:13PM +0900, Junio C Hamano wrote: > Beat Bolli writes: > > > 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. > >

Re: [PATCH] contrib/git-jump: allow to configure the grep command

2017-11-19 Thread Junio C Hamano
Beat Bolli writes: > 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 > --- Thanks. The contrib/README file has thi

[PATCH] contrib/git-jump: allow to configure the grep command

2017-11-19 Thread Beat Bolli
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 --- contrib/git-jump/README | 3 +++ contrib/git-jump/git-jump | 7 +--

[PATCH] contrib/git-jump: allow to configure the grep command

2017-11-09 Thread Beat Bolli
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 --- contrib/git-jump/README | 3 +++ contrib/git-jump/git-jump | 7 +--