Hi Morimoto-san, On Mon, Nov 28, 2016 at 1:17 AM, Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: >> I did just "git fetch" on my local renesas-drivers.git repo. >> The local repo has other tags (e.g. renesas-drivers-2016-11-22-v4.9-rc6). >> And renesas-drivers-next-2016-11-22-v4.9-rc6 didn't exist. >> But, I tried "git fetch" now, and I could get the "next" tag ;) >> I don't know why, but thank you for your support! > > Hmm... what's wrong? > Is "git remote update" not enough ?? > and tag is strange ?? I've found what's wrong: while my repo has the renesas-drivers-next-2016-11-22-v4.9-rc6 tag, and all objects pointed to by it, it does not have a branch matching the tag. When doing "git remote update", git updates all branches first, followed by importing all tags. Apparently git skips tags pointing to objects that do not exist locally. If I import those objects in some other way first, "git remote update" does import the tag. I've fixed this by pushing a branch called renesas-drivers-next, matching the tag. Can you please give it a try? According to my local testing, it should work: * [new branch] master -> renesas-drivers/master * [new branch] rcar-rst -> renesas-drivers/rcar-rst * [new branch] renesas-devel-20161117v2-v4.9-rc5+rcar-rst -> renesas-drivers/renesas-devel-20161117v2-v4.9-rc5+rcar-rst + * [new branch] renesas-drivers-next -> renesas-drivers/renesas-drivers-next * [new branch] rmobile-genpd -> renesas-drivers/rmobile-genpd * [new branch] rzg-clock-defs -> renesas-drivers/rzg-clock-defs * [new branch] scif-brg -> renesas-drivers/scif-brg @@ -243,6 +244,7 @@ From git://git.kernel.org/pub/scm/linux/ * [new tag] clk-renesas-for-v4.9-tag2 -> clk-renesas-for-v4.9-tag2 * [new tag] clk-renesas-for-v4.9-tag3 -> clk-renesas-for-v4.9-tag3 * [new tag] renesas-drivers-2016-11-22-v4.9-rc6 -> renesas-drivers-2016-11-22-v4.9-rc6 + * [new tag] renesas-drivers-next-2016-11-22-v4.9-rc6 -> renesas-drivers-next-2016-11-22-v4.9-rc6 * [new tag] rzg-clock-defs-tag1 -> rzg-clock-defs-tag1 * [new tag] sh-pfc-for-v4.10-tag2 -> sh-pfc-for-v4.10-tag2 * [new tag] sh-pfc-for-v4.7-tag1 -> sh-pfc-for-v4.7-tag1 Sorry for the trouble. 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