From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Hommey Subject: Re: [PATCH] RFC: git lazy clone proof-of-concept Date: Fri, 8 Feb 2008 23:03:56 +0100 Organization: glandium.org Message-ID: <20080208220356.GA22064@glandium.org> References: <200802081828.43849.kendy@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Jakub Narebski , git@vger.kernel.org To: Johannes Schindelin X-From: git-owner@vger.kernel.org Fri Feb 08 23:04:02 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1JNbKC-0002k6-Gi for gcvg-git-2@gmane.org; Fri, 08 Feb 2008 23:04:00 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755606AbYBHWDa convert rfc822-to-quoted-printable (ORCPT ); Fri, 8 Feb 2008 17:03:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756742AbYBHWD3 (ORCPT ); Fri, 8 Feb 2008 17:03:29 -0500 Received: from vuizook.err.no ([85.19.215.103]:42868 "EHLO vuizook.err.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752818AbYBHWD2 (ORCPT ); Fri, 8 Feb 2008 17:03:28 -0500 Received: from aputeaux-153-1-42-109.w82-124.abo.wanadoo.fr ([82.124.6.109] helo=jigen) by vuizook.err.no with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.67) (envelope-from ) id 1JNbKW-0006iu-Q6; Fri, 08 Feb 2008 23:04:27 +0100 Received: from mh by jigen with local (Exim 4.69) (envelope-from ) id 1JNbK8-0005lb-LS; Fri, 08 Feb 2008 23:03:56 +0100 Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: A479 A824 265C B2A5 FC54 8D1E DE4B DA2C 54FD 2A58 User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Spam-Status: (score 2.2): No, score=2.2 required=5.0 tests=RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC autolearn=disabled version=3.2.3 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Fri, Feb 08, 2008 at 09:52:08PM +0000, Johannes Schindelin wrote: > Hi, >=20 > [I'll just Cc you, out of the goodness of my heart.] >=20 > On Fri, 8 Feb 2008, Jakub Narebski wrote: >=20 > > Johannes Schindelin wrote: > > > On Fri, 8 Feb 2008, Jan Holesovsky wrote: > >=20 > > >> +=A0=A0=A0=A0=A0struct stat st; > > >> +=A0=A0=A0=A0=A0const char remote_alt_file_name[] =3D "info/remo= te_alternates"; > > >=20 > > > maybe remote-alternates (note the dash instead=20 > > > of the underscore) > >=20 > > Why not in info/alternates? >=20 > Again, to make the distinction clear. >=20 > Also note that info/alternates is used by the http transport (which w= ould=20 > then break semi-silently, because I expect that you usually put git:/= /=20 > urls into remote-alternates). Also note that the http transport uses info/http-alternates for http:// urls. By the way, it doesn't make much sense that only http-fetch uses it. Mike