[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48687CDE.5010502@s5r6.in-berlin.de>
Date: Mon, 30 Jun 2008 08:27:42 +0200
From: Stefan Richter <stefanr@...6.in-berlin.de>
To: Jeff Garzik <jeff@...zik.org>
CC: Jan Engelhardt <jengelh@...putergmbh.de>,
Linux Kernel <linux-kernel@...r.kernel.org>,
Git Mailing List <git@...r.kernel.org>
Subject: Re: Updated Kernel Hacker's guide to git
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists