From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nguyen Thai Ngoc Duy Subject: Re: Continue git clone after interruption Date: Wed, 19 Aug 2009 15:25:22 +0700 Message-ID: References: <1250509342.2885.13.camel@cf-48> <1250578735.2885.40.camel@cf-48> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Nicolas Pitre , Jakub Narebski , Tomasz Kontusz , git To: Johannes Schindelin X-From: git-owner@vger.kernel.org Wed Aug 19 10:26:00 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MdgUX-0000kJ-Tw for gcvg-git-2@lo.gmane.org; Wed, 19 Aug 2009 10:25:58 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751942AbZHSIZn convert rfc822-to-quoted-printable (ORCPT ); Wed, 19 Aug 2009 04:25:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751915AbZHSIZn (ORCPT ); Wed, 19 Aug 2009 04:25:43 -0400 Received: from an-out-0708.google.com ([209.85.132.245]:15601 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751795AbZHSIZl convert rfc822-to-8bit (ORCPT ); Wed, 19 Aug 2009 04:25:41 -0400 Received: by an-out-0708.google.com with SMTP id d40so3801844and.1 for ; Wed, 19 Aug 2009 01:25:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=qqLtnbaq9Cr/AirW6+Gff+97nOtMhInJq26nj41lmz4=; b=EMhzePXVvLuvf52cg3gpJf9CD55goWiOmohtQN2gU6yyv8B9bOU2AzLwslHXPSy+D/ w7fJRXf4hheqPp+euS8O19iffDoD28Exak5/G783KDycjnQ7WqZ9B2COG1nSkLH5439U VxRzAQg1+vv0vXfGH2WA/Ss2DM/IiIhsBA7QQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=RCIOEDQJ0GQQTPyoAxwFPbxVCTj3OyQ+9itFr3F8MWhbmMc1zgE0uROJfFY5eR2rBr zVoI/CDv8rDJLGQ1RzwoJPuKbtCZoxhuTScyV0WJNMpxJDoSRpFssneneJ26XR0REEE7 9iuxtObF9ydx2THkK4AWNDU5RojPKXDE0Uqsc= Received: by 10.100.53.9 with SMTP id b9mr6673436ana.33.1250670342090; Wed, 19 Aug 2009 01:25:42 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Aug 19, 2009 at 2:35 PM, Johannes Schindelin wrote: > But here comes an idea: together with Nguy=E8=A6=81's sparse series, = it is =46WIW, you can write "Nguyen" instead. It might save you one copy/past= e (I take it you don't have a Vietnamese IM ;-) > conceivable that we support a shallow & narrow clone via the upload-p= ack > protocol (also making mithro happy). =C2=A0The problem with narrow cl= ones was > not the pack generation side, that is done by a rev-list that can be > limited to certain paths. =C2=A0The problem was that we end up with m= issing > tree objects. =C2=A0However, if we can make a sparse checkout, we can= avoid > the problem. But then git-fsck, git-archive... will die? --=20 Duy