]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-contacts: also recognise "Reported-by:"
authorEric Blake <eblake@redhat.com>
Fri, 21 Jul 2017 14:15:30 +0000 (09:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Jul 2017 16:42:55 +0000 (09:42 -0700)
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>
contrib/contacts/git-contacts

index dbe2abf27730e20fcbd692012e9dd07a2e70404f..85ad732fc0636062634453a58be69454dd745b80 100755 (executable)
@@ -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 {