From: Eric Blake <eblake@redhat.com>
To: git@vger.kernel.org
Subject: [PATCH] git-contacts: Add recognition of Reported-by
Date: Fri, 21 Jul 2017 09:15:30 -0500 [thread overview]
Message-ID: <20170721141530.25907-1-eblake@redhat.com> (raw)
It's nice to cc someone that reported a bug, in order to let
them know that a fix is being considered, and possibly even
get their help in reviewing/testing the patch.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
contrib/contacts/git-contacts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/contacts/git-contacts b/contrib/contacts/git-contacts
index dbe2abf27..85ad732fc 100755
--- a/contrib/contacts/git-contacts
+++ b/contrib/contacts/git-contacts
@@ -11,7 +11,7 @@ use IPC::Open2;
my $since = '5-years-ago';
my $min_percent = 10;
-my $labels_rx = qr/Signed-off-by|Reviewed-by|Acked-by|Cc/i;
+my $labels_rx = qr/Signed-off-by|Reviewed-by|Acked-by|Cc|Reported-by/i;
my %seen;
sub format_contact {
--
2.13.3
next reply other threads:[~2017-07-21 14:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-21 14:15 Eric Blake [this message]
2017-07-21 14:37 ` [PATCH] git-contacts: Add recognition of Reported-by Junio C Hamano
2017-07-21 15:27 ` Eric Blake
2017-07-21 16:03 ` Junio C Hamano
2017-07-24 18:31 ` Jeff King
2017-07-24 19:29 ` Junio C Hamano
2017-07-24 19:36 ` Jeff King
2017-07-27 16:45 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170721141530.25907-1-eblake@redhat.com \
--to=eblake@redhat.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).