From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: xen.git branch reorg Date: Mon, 27 Apr 2009 13:50:13 -0700 Message-ID: <49F61A85.9030505@goop.org> References: <49F0A797.1050402@goop.org> <1240709312.26370.32.camel@petrie> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1240709312.26370.32.camel@petrie> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: William Pitcock Cc: Xen-devel List-Id: xen-devel@lists.xenproject.org William Pitcock wrote: > Cloning git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git > gives me the following: > > nenolod@petrie:~/dev-src$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-xen-next > Initialized empty Git repository in /home/nenolod/dev-src/linux-xen-next/.git/ > remote: Counting objects: 1299853, done. > remote: Compressing objects: 100% (227847/227847), done. > remote: Total 1299853 (delta 1088065), reused 1275536 (delta 1064482) > Receiving objects: 100% (1299853/1299853), 306.99 MiB | 411 KiB/s, done. > Resolving deltas: 100% (1088065/1088065), done. > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > Something seems wrong here. > I don't think its terribly significant; it just means the HEAD is pointing to a now-deleted branch. I've re-pointed it to something sensible. But either way, it shouldn't prevent you from checking out one of the branches. Does it work for you now? J