This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
[binutils-gdb(refs/meta/config)] Fix reference regexp in no-emails.
- From: Joel Brobecker <brobecke at sourceware dot org>
- To: bfd-cvs at sourceware dot org, gdb-cvs at sourceware dot org
- Date: 16 Jan 2015 01:40:40 -0000
- Subject: [binutils-gdb(refs/meta/config)] Fix reference regexp in no-emails.
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=05e6b23b2ff14acbaec9cd79783e88bd051a3460
commit 05e6b23b2ff14acbaec9cd79783e88bd051a3460
Author: Joel Brobecker <brobecker@adacore.com>
Date: Fri Jan 16 05:39:26 2015 +0400
Fix reference regexp in no-emails.
There was a leading slash in the regexp meant to match user branches,
which shouldn't be there.
Diff:
---
project.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project.config b/project.config
index 2328791..4168ed8 100644
--- a/project.config
+++ b/project.config
@@ -27,7 +27,7 @@
# Do not send emails for the following branches (unofficial
# third-party branches).
- no-emails = /refs/heads/users/.*
+ no-emails = refs/heads/users/.*
# Send a copy to bugzilla if a commit has a PR number in it.
file-commit-cmd = "/sourceware/infra/bin/email-to-bugzilla -G 'gdb binutils'"