This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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'"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]