From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14932 invoked by alias); 28 Sep 2012 12:19:19 -0000 Received: (qmail 14905 invoked by uid 22791); 28 Sep 2012 12:19:17 -0000 X-SWARE-Spam-Status: No, hits=-8.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Sep 2012 12:19:05 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8SCJ4do000901 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 28 Sep 2012 08:19:04 -0400 Received: from spoyarek (spoyarek.pnq.redhat.com [10.65.192.188]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8SCJ24C014495; Fri, 28 Sep 2012 08:19:03 -0400 Date: Fri, 28 Sep 2012 12:19:00 -0000 From: Siddhesh Poyarekar To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/4] bitpos expansion summary reloaded Message-ID: <20120928174822.231b4572@spoyarek> In-Reply-To: <20120928120642.GA27967@host2.jankratochvil.net> References: <20120927190053.1e7de264@spoyarek> <20120928112024.GC22720@host2.jankratochvil.net> <20120928170937.5f797857@spoyarek> <20120928120642.GA27967@host2.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-09/txt/msg00685.txt.bz2 On Fri, 28 Sep 2012 14:06:42 +0200, Jan wrote: > $ git clone http://git.siddhesh.in/splint.git > Cloning into 'splint'... > fatal: http://git.siddhesh.in/splint.git/info/refs not found: did you > run git update-server-info on the server? Ahh sorry. I had not run git update-server-info. I have now and it should clone. It's a lot of data, so it might take a while for the clone to finish and since it's over http, it will not show (or do) the usual compression bits and progress. Unfortunately, my hosting provider doesn't have native git support yet. regards, Siddhesh