summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-08-11 20:27:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-08-11 20:27:06 (GMT)
commit6d2b8a390c2519bf25cd73184c7c6e8baec4208a (patch)
tree9141891327e723ce2fbb7707317354b35e78f0fd /contrib
parent838eaa9a225a30dd1297d354e8720560a36b7e64 (diff)
parent09ac6737887e26dd2b1f078946400c012955f081 (diff)
downloadgit-6d2b8a390c2519bf25cd73184c7c6e8baec4208a.zip
git-6d2b8a390c2519bf25cd73184c7c6e8baec4208a.tar.gz
git-6d2b8a390c2519bf25cd73184c7c6e8baec4208a.tar.bz2
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:"
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/contacts/git-contacts2
1 files changed, 1 insertions, 1 deletions
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 {