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:"
This commit is contained in:
commit
6d2b8a390c
@ -11,7 +11,7 @@ use IPC::Open2;
|
|||||||
|
|
||||||
my $since = '5-years-ago';
|
my $since = '5-years-ago';
|
||||||
my $min_percent = 10;
|
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;
|
my %seen;
|
||||||
|
|
||||||
sub format_contact {
|
sub format_contact {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user