From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119060 invoked by alias); 14 Jan 2020 11:07:48 -0000 Mailing-List: contact libstdc++-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libstdc++-owner@gcc.gnu.org Received: (qmail 119042 invoked by uid 89); 14 Jan 2020 11:07:47 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 14 Jan 2020 11:07:37 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 4465B33E37; Tue, 14 Jan 2020 06:07:36 -0500 (EST) Received: from anthias (unknown [46.183.103.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C594E33E35; Tue, 14 Jan 2020 06:07:34 -0500 (EST) Date: Tue, 14 Jan 2020 16:50:00 -0000 From: Gerald Pfeifer To: Jonathan Wakely cc: Sandra Loosemore , "Eric S. Raymond" , gcc-patches@gcc.gnu.org, Joseph Myers , libstdc++ Subject: Re: [PATCH] Clean up references to Subversion in documentation sources. In-Reply-To: <20200113164918.GC60955@redhat.com> Message-ID: References: <20200113140202.GA63759@thyrsus.com> <3f91720b-c6b3-533f-de39-26f200f5cc34@codesourcery.com> <20200113162121.GB60955@redhat.com> <20200113164918.GC60955@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2020-01/txt/msg00084.txt.bz2 On Mon, 13 Jan 2020, Jonathan Wakely wrote: > Here's what I've committed to releases/gcc-9, I'll do something > similar for gcc-8. Cool, thank you. That was a good catch, even without the conversion to GIT; I'll see that I'll contribute to the conversion on the wwwdocs side over the coming evenings. Gerald