From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32370 invoked by alias); 15 Jan 2020 16:26:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 32220 invoked by uid 89); 15 Jan 2020 16:26:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=personal X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 15 Jan 2020 16:26:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1579105565; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xKdyA7wEUz4LW8k0zoEPQ8w7gU656Hy106lQ0jC3UgY=; b=gS1VMpl1E4M3YgUH5KLUrIvA4vnJEh9z89Y5TS5a98j0Y2LBKvT1GdIdWjcNqf84u2aOCM r6VxWNDOmfastd/waN1HXY+6quj1pT8zkiZZd9rLK6hw1i1wDsnDM0EhhYZRL3+Mj5QOPK OHjEJ2xuP6jvAjMjvkn595u1GqDecoY= Received: from mail-qv1-f69.google.com (mail-qv1-f69.google.com [209.85.219.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-99-9PLDNHF4O62_Gf6VaT4gig-1; Wed, 15 Jan 2020 11:26:04 -0500 Received: by mail-qv1-f69.google.com with SMTP id f16so11407883qvr.7 for ; Wed, 15 Jan 2020 08:26:04 -0800 (PST) Return-Path: Received: from [192.168.1.148] (209-6-216-142.s141.c3-0.smr-cbr1.sbo-smr.ma.cable.rcncustomer.com. [209.6.216.142]) by smtp.gmail.com with ESMTPSA id k9sm9594968qtq.75.2020.01.15.08.26.03 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Jan 2020 08:26:03 -0800 (PST) Subject: Re: gcc-cvs mails for personal/vendor branches for merge commits To: Joseph Myers , Jakub Jelinek Cc: "Richard Earnshaw (lists)" , gcc@gcc.gnu.org, Joel Brobecker References: <20200115141617.GS10088@tucnak> From: Jason Merrill Message-ID: <014947f3-43a8-e54d-8798-5d5f104e1fbd@redhat.com> Date: Wed, 15 Jan 2020 16:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00311.txt.bz2 On 1/15/20 9:56 AM, Joseph Myers wrote: > On Wed, 15 Jan 2020, Jakub Jelinek wrote: > >> Or, if that is not possible, disable gcc-cvs mail for vendor and private >> branches altogether? I think this is desirable. gcc-cvs should only mail about changes to master and release branches. Jason