git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-contacts: Add recognition of Reported-by
@ 2017-07-21 14:15 Eric Blake
  2017-07-21 14:37 ` Junio C Hamano
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Blake @ 2017-07-21 14:15 UTC (permalink / raw)
  To: git

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-07-27 16:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-21 14:15 [PATCH] git-contacts: Add recognition of Reported-by Eric Blake
2017-07-21 14:37 ` 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

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).