On Friday 17 February 2012 15:23:23 David Miller wrote:
From: Marek Lindner lindner_marek@yahoo.de Date: Fri, 17 Feb 2012 15:18:20 +0800
The following changes since commit
dcd6c92267155e70a94b3927bce681ce74b80d1f:
Linux 3.3-rc1 (2012-01-19 15:04:48 -0800)
are available in the git repository at: git://git.open-mesh.org/linux-merge.git batman-adv-for-davem
Somethings up:
[davem@drr net-next]$ git pull git://git.open-mesh.org/linux-merge.git batman-adv-for-davem fatal: Couldn't find remote ref batman-adv-for-davem
which is strange because I can see the tag there on git.open-mesh.org when I check it with my web browser.
Just tried it here (used linux-next for that) with git 1.7.9 and it worked fine. Maybe you are using an older version of git? At least the error message looks like it.
Have you tried:
git pull git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem
But this will drop Mareks signature when done with an old git version (so no merged tag is created).
Kind regards, Sven