From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759353AbYBTGQ5 (ORCPT ); Wed, 20 Feb 2008 01:16:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753876AbYBTGQt (ORCPT ); Wed, 20 Feb 2008 01:16:49 -0500 Received: from smtp123.sbc.mail.sp1.yahoo.com ([69.147.64.96]:46241 "HELO smtp123.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1750719AbYBTGQs (ORCPT ); Wed, 20 Feb 2008 01:16:48 -0500 X-YMail-OSG: XUY08W4VM1nw.L9pIcWJ4oSP798hqYH3UNbTT.6.vQEpsb1INfi39UydOZhWiBFOcUuWJ5rz7p1eh24Gw2u53nTbqDuhrL5fgZ_EukzIJRPCuRocgsIk_W3wj.H5 X-Yahoo-Newman-Property: ymail-3 Date: Tue, 19 Feb 2008 22:16:41 -0800 From: Chris Wedgwood To: Greg KH Cc: Stephen Rothwell , linux-next@vger.kernel.org, LKML , linux-arch@vger.kernel.org Subject: Re: linux-next: Tree for Feb 20 Message-ID: <20080220061641.GA23878@puku.stupidest.org> References: <20080220163457.79b9189f.sfr@canb.auug.org.au> <20080220055055.GC31832@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080220055055.GC31832@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 19, 2008 at 09:50:55PM -0800, Greg KH wrote: > What's the best way to constantly follow this tree? I had cloned it > a while ago, but now if I 'git pull' it wants to merge things, which > isn't right. I would guess: $ git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git $ git fetch linux-next then use the remote branch names when poking about: $ git log -p linux-next/master etc? Or is there a better way?