git-contacts: also recognise "Reported-by:"

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> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Eric Blake committed Jul 21, 2017 at 09:15 UTC 09ac6737887e26dd2b1f078946400c012955f081
1 file changed +1 -1
contrib/contacts/git-contacts
+1 -1
@@ -11,7 +11,7 @@ use IPC::Open2;
11
12 my $since = '5-years-ago';
13 my $min_percent = 10;
14 -my $labels_rx = qr/Signed-off-by|Reviewed-by|Acked-by|Cc/i;
14 +my $labels_rx = qr/Signed-off-by|Reviewed-by|Acked-by|Cc|Reported-by/i;
15 my %seen;
16
17 sub format_contact {