Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161096AbVKYCu0 (ORCPT ); Thu, 24 Nov 2005 21:50:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161095AbVKYCu0 (ORCPT ); Thu, 24 Nov 2005 21:50:26 -0500 Received: from aeimail.aei.ca ([206.123.6.84]:16082 "EHLO aeimail.aei.ca") by vger.kernel.org with ESMTP id S1161068AbVKYCuZ (ORCPT ); Thu, 24 Nov 2005 21:50:25 -0500 From: Ed Tomlinson Organization: me To: Nick Hengeveld Subject: Re: Linux 2.6.15-rc2 Date: Thu, 24 Nov 2005 21:50:59 -0500 User-Agent: KMail/1.8.2 Cc: Linus Torvalds , Junio C Hamano , git@vger.kernel.org, Linux Kernel Mailing List References: <20051124195256.GR3968@reactrix.com> In-Reply-To: <20051124195256.GR3968@reactrix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511242151.00162.tomlins@cam.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1388 Lines: 27 On Thursday 24 November 2005 14:52, Nick Hengeveld wrote: > On Thu, Nov 24, 2005 at 10:37:15AM -0800, Linus Torvalds wrote: > > > I just repacked and updated it now, so how http should work too, although > > inefficiently (because it will get a whole new pack - just one of the > > disadvantages of the non-native protocols). > > There's room to improve on that particular inefficiency. The http > commit walker could use Range: headers to fetch loose objects directly > from inside a pack if it didn't make sense to fetch the entire pack. > For this to work, pack fetches would need to be deferred until the > entire tree had been walked, and the commit walker could decide whether > to fetch the pack or loose objects based on the percentage of packed > objects it needed to fetch. It would also need to fetch all > tag/commit/tree objects using ranges to be able to fully walk the tree. Alternately, when creating a new archive the client could ask the server what protocols are active. It could then use the best one for the clone and update the .git/origin files with the optimal one for incremental pulls. Thoughts? Ed Tomlinson - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/