aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-11-20 14:18:46 -0500
committerJunio C Hamano <gitster@pobox.com>2017-11-21 11:01:02 +0900
commitf5da077b1f9e28a473f8219d8b8391450b794abf (patch)
tree825ad551071f0206eedf696aa31081b82031f03b
parent007d06aa57e673c95da583d2afa30bb14fb69e28 (diff)
downloadgit-f5da077b1f9e28a473f8219d8b8391450b794abf.tar.gz
git-f5da077b1f9e28a473f8219d8b8391450b794abf.tar.xz
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 <peff@peff.net> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--contrib/git-jump/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/git-jump/README b/contrib/git-jump/README
index 9f58d5db8..4484bda41 100644
--- a/contrib/git-jump/README
+++ b/contrib/git-jump/README
@@ -95,3 +95,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>.