Re: [PATCH] contrib/git-jump: allow to configure the grep command
From: Junio C Hamano <hidden>
Date: 2017-11-21 01:58:55
Jeff King [off-list ref] writes:
quoted hunk
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 individual components should be the ones giving the final review/ack for a patch. Ditto for bug reports, which are likely to get more attention from the area expert. Signed-off-by: Jeff King <redacted> --- contrib/git-jump/README | 7 +++++++ 1 file changed, 7 insertions(+)diff --git a/contrib/git-jump/README b/contrib/git-jump/README index 225e3f0954..4257cef2e6 100644 --- a/contrib/git-jump/README +++ b/contrib/git-jump/README@@ -92,3 +92,10 @@ how to activate it. The shell snippets to generate the quickfix lines will almost certainly choke on filenames with exotic characters (like newlines). + +Contributing +------------ + +Bug fixes, bug reports, and feature requests should be discussed on the +Git mailing list <git@vger.kernel.org>, and cc'd to the git-jump +maintainer, Jeff King <peff@peff.net>.
Thanks, will queue.