From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76107 invoked by alias); 5 Jan 2017 16:03:30 -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 76096 invoked by uid 89); 5 Jan 2017 16:03:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Jan 2017 16:03:20 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B31414DB15; Thu, 5 Jan 2017 16:03:19 +0000 (UTC) Received: from fche.csb (vpn-49-208.rdu2.redhat.com [10.10.49.208]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v05G3Hn3026122; Thu, 5 Jan 2017 11:03:18 -0500 Received: by fche.csb (Postfix, from userid 2569) id 7513858B0C; Thu, 5 Jan 2017 11:03:16 -0500 (EST) Date: Thu, 05 Jan 2017 16:03:00 -0000 From: "Frank Ch. Eigler" To: Mark Wielaard Cc: "Frank Ch. Eigler" , overseers@sourceware.org Subject: Re: git through http (or https) Message-ID: <20170105160316.GA23594@redhat.com> References: <20170103212227.GK2187@stream> <20170103234052.GD412@elastic.org> <20170104124301.GL2187@stream> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170104124301.GL2187@stream> User-Agent: Mutt/1.4.2.2i X-SW-Source: 2017-q1/txt/msg00007.txt.bz2 Hi - > [...] Also directly viewing https://sourceware.org/git/elfutils.git > still doesn't work [...] None of the sourceware git repos serve that URL straight to web browsers. Try instead: https://sourceware.org/git/ https://sourceware.org/git/?p=elfutils.git;a=summary - FChE