From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261841AbVFWBuX (ORCPT ); Wed, 22 Jun 2005 21:50:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261818AbVFWBuU (ORCPT ); Wed, 22 Jun 2005 21:50:20 -0400 Received: from mail.dvmed.net ([216.237.124.58]:31153 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S261972AbVFWBrn (ORCPT ); Wed, 22 Jun 2005 21:47:43 -0400 Message-ID: <42BA14B8.2020609@pobox.com> Date: Wed, 22 Jun 2005 21:47:36 -0400 From: Jeff Garzik User-Agent: Mozilla Thunderbird 1.0.2-6 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Linus Torvalds CC: Greg KH , Linux Kernel , Git Mailing List Subject: Re: Updated git HOWTO for kernel hackers References: <42B9E536.60704@pobox.com> <20050622230905.GA7873@kroah.com> <42B9FCAE.1000607@pobox.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > > On Wed, 22 Jun 2005, Jeff Garzik wrote: > >>>But, like branches, it means that if you want a tag, you need to know the >>>tag you want, and download it the same way you download a branch. >> >>Still -- that's interesting data that no script currently tracks. You >>gotta fall back to rsync. > > > Something like > > git-ssh/http-pull -w tags/ tags/ > > _should_ hopefully work now (and the "-a" flag should mean that you also > get all the objects needed for the tag). The problem isn't pulling tags, the problem is that nothing automatically downloads the 41-byte tag files themselves. Pulling linux-2.6.git after the 2.6.12 release did not cause refs/tags/v2.6.12 to be downloaded. With BK, tags came with each pull. With git, you have to go "outside the system" (rsync) just get the new tags. Jeff