From mboxrd@z Thu Jan 1 00:00:00 1970 From: root@smtp.nexlab.net Subject: (no subject) Date: Tue, 24 May 2005 11:16:19 +0200 (CEST) Message-ID: <20050524091619.F3216FA35@smtp.nexlab.net> Return-path: To: undisclosed-recipients:; Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org by smtp.nexlab.net (Postfix) with ESMTP id 8C315FB6B for ; Tue, 24 May 2005 10:01:41 +0200 (CEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261350AbVEXGeu (ORCPT ); Tue, 24 May 2005 02:34:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261334AbVEXGeu (ORCPT ); Tue, 24 May 2005 02:34:50 -0400 Received: from mail.dvmed.net ([216.237.124.58]:8141 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S261353AbVEXGep (ORCPT ); Tue, 24 May 2005 02:34:45 -0400 Received: from cpe-065-184-065-144.nc.res.rr.com ([65.184.65.144] helo=[10.10.10.88]) by mail.dvmed.net with esmtpsa (Exim 4.51 #1 (Red Hat Linux)) id 1DaT00-0001Ow-FO; Tue, 24 May 2005 06:34:44 +0000 Message-ID: <4292CB01.6090506@pobox.com> Date: Tue, 24 May 2005 02:34:41 -0400 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050328 Fedora/1.7.6-1.2.5 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linus Torvalds Cc: Andrew Morton , Netdev , Linux Kernel Subject: Re: [git patches] 2.6.x net driver updates References: <4292BA66.8070806@pobox.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > I don't understand why you don't use different trees, like you did with > BK. You can share the object directory with the different trees, but the You really can't beat cp .git/refs/heads/master .git/refs/heads/new-branch as the fastest way to create a new branch off the tip. Jeff