From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126119 invoked by alias); 16 Dec 2019 14:17:26 -0000 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 Received: (qmail 126105 invoked by uid 89); 16 Dec 2019 14:17:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Dec 2019 14:17:24 +0000 Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 27CBC30278BD; Mon, 16 Dec 2019 15:17:21 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 4FF1B4040617; Mon, 16 Dec 2019 15:17:21 +0100 (CET) Message-ID: Subject: Re: Proposal for the transition timetable for the move to GIT From: Mark Wielaard To: Joseph Myers , Segher Boessenkool Cc: Maxim Kuvyrkov , "Richard Earnshaw (lists)" , gcc@gcc.gnu.org Date: Mon, 16 Dec 2019 14:17:00 -0000 In-Reply-To: References: <1685e719-738f-dd4e-c39c-c08e495b202e@arm.com> <9E009921-96EA-44A2-A06A-232711227E69@linaro.org> <20191216133632.GC3152@gate.crashing.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-SW-Source: 2019-12/txt/msg00235.txt.bz2 On Mon, 2019-12-16 at 13:56 +0000, Joseph Myers wrote: > classpath-generics gcj/classpath-095-import-branch > libstdcxx_so_7-2-branch st/binutils st/mono-based-binutils. The classpath "branches" should not be in the final git repo. Those "branches" are really separate from the actual gcc code tree. Cheers, Mark