Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757549AbYF3G2T (ORCPT ); Mon, 30 Jun 2008 02:28:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752842AbYF3G2A (ORCPT ); Mon, 30 Jun 2008 02:28:00 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:54028 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752826AbYF3G17 (ORCPT ); Mon, 30 Jun 2008 02:27:59 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Message-ID: <48687CDE.5010502@s5r6.in-berlin.de> Date: Mon, 30 Jun 2008 08:27:42 +0200 From: Stefan Richter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080614 SeaMonkey/1.1.9 MIME-Version: 1.0 To: Jeff Garzik CC: Jan Engelhardt , Linux Kernel , Git Mailing List Subject: Re: Updated Kernel Hacker's guide to git References: <200612241807.kBOI746w008739@laptop13.inf.utfsm.cl> <476E42BF.1010300@garzik.org> <4778D1CD.4020001@s5r6.in-berlin.de> <48684A46.7040802@garzik.org> In-Reply-To: <48684A46.7040802@garzik.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1057 Lines: 32 Jeff Garzik wrote: > Stefan Richter wrote: >> A while ago the default behavior of git pull was changed to fetch all >> tags which point to objects that can be reached from any of the tracked >> heads. > > > This does not work in all cases. When I retrieve the latest kernel, it > downloads the tags: > > cd /spare/repo/linux-2.6 > git pull > > but when I pull those changes into another local repo, the tags do -not- > follow the objects: > > cd /spare/repo/misc-2.6 > git checkout master > git pull ../linux-2.6 > git fetch --tags ../linux-2.6 # still required to this day I guess this is because /spare/repo/misc-2.6 does not have branches of /spare/repo/linux-2.6 configured as remote (tracking) branches. -- Stefan Richter -=====-==--- -==- ====- http://arcgraph.de/sr/ -- 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/