From 09ac6737887e26dd2b1f078946400c012955f081 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 21 Jul 2017 09:15:30 -0500 Subject: 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 Signed-off-by: Junio C Hamano diff --git a/contrib/contacts/git-contacts b/contrib/contacts/git-contacts index dbe2abf..85ad732 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 { -- cgit v0.10.2-6-g49f6