From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45055 invoked by alias); 29 Jul 2015 19:24:34 -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 45045 invoked by uid 89); 29 Jul 2015 19:24:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: Yes, score=5.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_SEX_EXPLICIT,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no 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 19:24:32 +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 85AD090257; Wed, 29 Jul 2015 19:24:31 +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 t6TJOSpq016398 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Wed, 29 Jul 2015 15:24:30 -0400 Date: Wed, 29 Jul 2015 20:08: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: <20150729192427.GP3335@redhat.com> References: <20150729184828.GN3335@redhat.com> 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/msg02502.txt.bz2 On Wed, Jul 29, 2015 at 10:19:52PM +0300, Ville Voutilainen wrote: > Although the commit message for this supposedly obvious change is f**ked up > since it claims I modified MAINTAINERS, whereas I modified ChangeLog. > Such fun. The commit message doesn't matter that much. Your last change looks ok. Marek