Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932385AbXAGELM (ORCPT ); Sat, 6 Jan 2007 23:11:12 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932386AbXAGELL (ORCPT ); Sat, 6 Jan 2007 23:11:11 -0500 Received: from srv5.dvmed.net ([207.36.208.214]:46882 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932385AbXAGELL (ORCPT ); Sat, 6 Jan 2007 23:11:11 -0500 Message-ID: <45A072C5.1080400@garzik.org> Date: Sat, 06 Jan 2007 23:10:45 -0500 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.9 (X11/20061219) MIME-Version: 1.0 To: nigel@nigel.suspend2.net CC: "H. Peter Anvin" , "J.H." , Randy Dunlap , Andrew Morton , Pavel Machek , kernel list , webmaster@kernel.org Subject: Re: [KORG] Re: kernel.org lies about latest -mm kernel References: <20061214223718.GA3816@elf.ucw.cz> <20061216094421.416a271e.randy.dunlap@oracle.com> <20061216095702.3e6f1d1f.akpm@osdl.org> <458434B0.4090506@oracle.com> <1166297434.26330.34.camel@localhost.localdomain> <1166304080.13548.8.camel@nigel.suspend2.net> <459152B1.9040106@zytor.com> <1168140954.2153.1.camel@nigel.suspend2.net> In-Reply-To: <1168140954.2153.1.camel@nigel.suspend2.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.7 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1576 Lines: 46 Nigel Cunningham wrote: > Hi. > > On Tue, 2006-12-26 at 08:49 -0800, H. Peter Anvin wrote: >> Nigel Cunningham wrote: >>> Hi. >>> >>> I've have git trees against a few versions besides Linus', and have just >>> moved all but Linus' to staging to help until you can get your new >>> hardware. If others were encouraged to do the same, it might help a lot? >>> >> Not really. In fact, it would hardly help at all. >> >> The two things git users can do to help is: >> >> 1. Make sure your alternatives file is set up correctly; >> 2. Keep your trees packed and pruned, to keep the file count down. >> >> If you do this, the load imposed by a single git tree is fairly negible. > > Sorry for the slow reply, and the ignorance... what's an alternatives > file? I've never heard of them before. It's highly useful but poorly documented method of referencing repository B's objects from repository A. When you clone locally git clone --reference linus-2.6 linus-2.6 nigel-2.6 it will create nigel-2.6 with zero objects, and an alternatives file pointing to 'linus-2.6' local repository. When you commit, only the objects not already in linus-2.6 will be found in nigel-2.6. It's far better "git clone -l ..." because you don't even have the additional hardlinked inodes, and don't have to run "git relink" locally. Jeff - 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/