From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21299 invoked by alias); 16 May 2016 12:56:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 21284 invoked by uid 89); 16 May 2016 12:56:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:10.66.63.98 X-HELO: mail-pa0-f67.google.com Received: from mail-pa0-f67.google.com (HELO mail-pa0-f67.google.com) (209.85.220.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 16 May 2016 12:56:35 +0000 Received: by mail-pa0-f67.google.com with SMTP id xm6so3868212pab.3 for ; Mon, 16 May 2016 05:56:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=PRP0/nslYJqcs97fFDSWmbuvXxW5/27Y/wOY0NUlafA=; b=BYo5H4/PBc4S07kQ/Bs1pRaLMS40GI6enbr79t12MQn8dNkZBAhT0uozwaxDuJtkGh 6rB/7WZrKe5yilellHIjiEZR/NgrCcdW1rDBj2J236DNT861OuKhlyqYpoClmHjsFPp3 95W4ts+inv+6QhRuV/SZ/dpfM5eFyJxqAAyjU+v/tteWXTZoILhGwORLAEgC8x5tE0tj 18jXzVWJ5kEN9QDuL4RCi0iV+f/3bnnPOxSTT6nME/Xd2xAQ8oEBx0cGB2+W0gvpSkys YlYD1VWrGtd4daML3gnIsS4qDd7E6eUbTC58cEVs7PXvRscXNzTV6LvyPUcPccQyRna4 1P0w== X-Gm-Message-State: AOPr4FWqFWU3Zd62ZN3vHnEQscjPZtsJ/WACSYSlVl6z3YxFCltbm2sZvQBkbNDpkwkBPg== X-Received: by 10.66.63.98 with SMTP id f2mr45572665pas.123.1463403394187; Mon, 16 May 2016 05:56:34 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id 195sm5041500pfw.35.2016.05.16.05.56.31 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 16 May 2016 05:56:33 -0700 (PDT) From: Yao Qi To: Yan-Ting Lin Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Add myself as write-after-approval GDB maintainer. References: <7cb99243-405e-07e7-459c-2dfe403001fa@gmail.com> Date: Mon, 16 May 2016 12:56:00 -0000 In-Reply-To: <7cb99243-405e-07e7-459c-2dfe403001fa@gmail.com> (Yan-Ting Lin's message of "Sun, 15 May 2016 17:48:48 +0800") Message-ID: <86oa869n5x.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00247.txt.bz2 Yan-Ting Lin writes: > gdb/ChangeLog: > > * MAINTAINERS (Write After Approval): Add "Yan-Ting Lin". It is OK. Do you have the write access to the git repo? --=20 Yao (=E9=BD=90=E5=B0=A7)