Re: Missing tags in my local stable git repo

From: Geert Uytterhoeven
Date: Mon Dec 10 2012 - 16:18:11 EST


On Mon, Dec 10, 2012 at 10:16 PM, Geert Uytterhoeven
<geert@xxxxxxxxxxxxxx> wrote:
> On Mon, Dec 10, 2012 at 9:44 PM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>> Otherwise I don't get the updates from stable when I do a remote fetch
>> of my local copies. Would something like this work?
>>
>> [remote "origin"]
>> fetch = +refs/*:refs/*
>> mirror = true
>> url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>> [remote "stable"]
>> url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
>> fetch = +refs/heads/*:refs/heads/*
>>
>> That is, if I have a single linus-stable.git repo that all my other
>> repos use as an alternate and a remote, I could have this repo updated
>> with:
>
> That's actually what I have as my "master" repository.

After considering Andreas's response: I don't have "mirror = true". I.e. my
master repo is a real clone, with stable added as a remote.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/