[openfabrics-ewg] OFED 1.2 Git Tree
Michael S. Tsirkin
mst at mellanox.co.il
Wed Jan 3 11:22:10 PST 2007
> Michael wrote,
> >OK, fixed that, thanks for pointing this out.
> >BTW, you could have fixed it for yourself by just fetching tags from
> >Linus tree.
>
> Thanks,
> How do I do that ? (fetch tags from linus's tree ?)
> Easy.
git fetch git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \
refs/heads/master:refs/heads/master
or (if you do this repeatedly)
cat <<EOF > .git/remotes/linus
URL: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Pull: refs/heads/master:refs/heads/master
EOF
git fetch linus
--
MST
More information about the ewg
mailing list