Skip to content

Commit

Permalink
git-contacts: also recognise "Reported-by:"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ebblake authored and gitster committed Jul 27, 2017
1 parent 5800c63 commit 09ac673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/contacts/git-contacts
Expand Up @@ -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 {
Expand Down

0 comments on commit 09ac673

Please sign in to comment.