From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26052 invoked by alias); 21 Oct 2011 14:15:54 -0000 Received: (qmail 26038 invoked by uid 22791); 21 Oct 2011 14:15:52 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Oct 2011 14:15:38 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id p9LEFaI0000716 for ; Fri, 21 Oct 2011 07:15:36 -0700 Received: from gyd10 (gyd10.prod.google.com [10.243.49.202]) by wpaz1.hot.corp.google.com with ESMTP id p9LEFZOG007440 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 21 Oct 2011 07:15:35 -0700 Received: by gyd10 with SMTP id 10so5649743gyd.7 for ; Fri, 21 Oct 2011 07:15:35 -0700 (PDT) Received: by 10.150.131.8 with SMTP id e8mr13593228ybd.73.1319206535293; Fri, 21 Oct 2011 07:15:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.131.8 with SMTP id e8mr13593200ybd.73.1319206535088; Fri, 21 Oct 2011 07:15:35 -0700 (PDT) Received: by 10.150.218.16 with HTTP; Fri, 21 Oct 2011 07:15:35 -0700 (PDT) In-Reply-To: References: Date: Fri, 21 Oct 2011 15:16:00 -0000 Message-ID: Subject: Re: [RFC] New git-only branch for Fission project From: Diego Novillo To: Cary Coutant Cc: gcc , Sterling Augustine , Gerald Pfeifer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes 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 X-SW-Source: 2011-10/txt/msg00382.txt.bz2 On Wed, Oct 19, 2011 at 21:30, Cary Coutant wrote: > =C2=A0 http://gcc.gnu.org/wiki/DebugFission > > I expect we'll be ready to merge our work into trunk when Stage 1 > opens for GCC 4.8. > > Any objections? Is it OK to make a git-only branch? Anyone with SVN write access can create a new branch. The same applies for git branches. The usual rules of maintenance apply to them. I don't know whether git-only branches get added to http://gcc.gnu.org/svn.html. Gerald? Diego.