2008/6/22 Paul E. McKenney <paulmck@xxxxxxxxxxxxxxxxxx>: > Hello, Ingo, > > I took the precaution of rebuilding my linux-2.6-tip from scratch as follows: > > 544 mkdir linux-2.6-tip > 545 cd linux-2.6-tip > 546 git-init-db > 547 git-remote add linus git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > 548 git-remote add tip git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git > 549 git-remote update > 550 git-checkout tip-core-rcu-2008-06-16_09.23_Mon When checking out remote branches, you have to specify the remote: git checkout tip/tip-blabla (it'll warn about detaching HEAD, this is normal). -- Mikael Magnusson -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html