From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 7787A385DC35 for ; Thu, 28 May 2020 18:17:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7787A385DC35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 43E1C11784C; Thu, 28 May 2020 14:17:45 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IMVjpYd-4lUx; Thu, 28 May 2020 14:17:45 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 012AD117840; Thu, 28 May 2020 14:17:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 54EC482CC7; Thu, 28 May 2020 11:17:43 -0700 (PDT) Date: Thu, 28 May 2020 11:17:43 -0700 From: Joel Brobecker To: Christian Biesinger Cc: Jonny Grant , gdb@sourceware.org Subject: Re: git access Message-ID: <20200528181743.GB2968@adacore.com> References: <30623713-ac9a-8d9b-4a90-fa213d3b9ad2@jguk.org> <5a75cd3b-5a02-982c-5163-bde3173690e5@jguk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2020 18:17:46 -0000 > > > Did you try: > > > > > > git clone git://sourceware.org/git/binutils-gdb.git > > > > Great, that one works. Could that be added to the web page? > > Hmm yeah, I see that the "GDB 9 branch created" announcement near the > bottom of https://www.gnu.org/software/gdb/ does only link to the SSH > version. Joel, maybe that should be changed? Sure thing. I suppose people who have a sourceware account already would probably have a full clone already, so they typically wouldn't use the sugested command to create a new clone. Changed. -- Joel