Skip to content

Commit 6d2b8a3

Browse files
committed
Merge branch 'eb/contacts-reported-by'
"git contacts" (in contrib/) now lists the address on the "Reported-by:" trailer to its output, in addition to those on S-o-b: and other trailers, to make it easier to notify (and thank) the original bug reporter. * eb/contacts-reported-by: git-contacts: also recognise "Reported-by:"
2 parents 838eaa9 + 09ac673 commit 6d2b8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/contacts/git-contacts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use IPC::Open2;
1111

1212
my $since = '5-years-ago';
1313
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;
1515
my %seen;
1616

1717
sub format_contact {

0 commit comments

Comments
 (0)