From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1945949AbWBCUi5 (ORCPT ); Fri, 3 Feb 2006 15:38:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1945950AbWBCUi4 (ORCPT ); Fri, 3 Feb 2006 15:38:56 -0500 Received: from mtiwmhc11.worldnet.att.net ([204.127.131.115]:39919 "EHLO mtiwmhc11.worldnet.att.net") by vger.kernel.org with ESMTP id S1945949AbWBCUi4 (ORCPT ); Fri, 3 Feb 2006 15:38:56 -0500 Message-ID: <43E3BF5A.3040305@lwfinger.net> Date: Fri, 03 Feb 2006 14:38:50 -0600 From: Larry Finger User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paolo Ornati CC: Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: Linux v2.6.16-c2 References: <43E39932.4000001@lwfinger.net> <43E3A001.7080309@lwfinger.net> <20060203205716.7ed38386@localhost> In-Reply-To: <20060203205716.7ed38386@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Paolo Ornati wrote: > On Fri, 03 Feb 2006 12:25:05 -0600 > Larry Finger wrote: > > >>Thanks for the explanation. I have to admit that git is pretty much a black box to me. I use the >>guide at http://linux.yyz.us/git-howto.html and it recommends using rsync. I'll have to figure out >>how to change to git protocol. > > > Just do: > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > > :) > Got it now. Thanks. Larry