From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6859 invoked by alias); 15 May 2015 12:34:49 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 6838 invoked by uid 89); 15 May 2015 12:34:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: sam.airs.com Received: from sam.airs.com (HELO sam.airs.com) (64.13.131.146) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 15 May 2015 12:34:47 +0000 Received: (qmail 31984 invoked by uid 10); 15 May 2015 12:34:45 -0000 Received: (qmail 20274 invoked by uid 500); 15 May 2015 12:34:40 -0000 From: Ian Lance Taylor To: Iain Buclaw Cc: overseers@gcc.gnu.org, Jeff Law Subject: Re: Write after approval access to GCC SVN References: Date: Fri, 15 May 2015 12:34:00 -0000 In-Reply-To: (Iain Buclaw's message of "Fri, 15 May 2015 09:11:16 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-q2/txt/msg00031.txt.bz2 Iain Buclaw writes: > I assume, like in GDB, adding myself to MAINTAINERS just requires a > cursory post to gcc-patches and can be committed prior without > approval. Yes. > Just one question though, is using git-svn a trusted way of pushing in > new commits? Sorry, I don't know. Ian