From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130959 invoked by alias); 29 Jul 2015 18:48:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 130947 invoked by uid 89); 29 Jul 2015 18:48:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 29 Jul 2015 18:48:33 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 4C21A225; Wed, 29 Jul 2015 18:48:32 +0000 (UTC) Received: from redhat.com (ovpn-204-50.brq.redhat.com [10.40.204.50]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6TImSDD027400 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 29 Jul 2015 14:48:31 -0400 Date: Wed, 29 Jul 2015 19:19:00 -0000 From: Marek Polacek To: Ville Voutilainen Cc: "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH COMMITTED] MAINTAINERS (Write After Approval): Add myself. Message-ID: <20150729184828.GN3335@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-07/txt/msg02498.txt.bz2 On Wed, Jul 29, 2015 at 08:29:34PM +0300, Ville Voutilainen wrote: > Fyi. > > 2015-07-29 Ville Voutilainen > * MAINTAINERS (Write After Approval): Add myself. There should be a blank line between these two lines. Marek