From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrEqS-0003W9-Ix for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:16:52 -0400 Received: from [199.232.76.173] (port=51769 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrEqR-0003TZ-CH for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:16:51 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrEqP-0001TJ-Gs for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:16:51 -0400 Received: from alpha.arachsys.com ([91.203.57.7]:33084) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NrEqP-0001TC-7F for qemu-devel@nongnu.org; Mon, 15 Mar 2010 14:16:49 -0400 Received: from [83.104.159.199] (helo=miranda.arachsys.com) by alpha.arachsys.com with esmtpa (Exim 4.52) id 1NrEqM-0005ZA-1U for qemu-devel@nongnu.org; Mon, 15 Mar 2010 18:16:46 +0000 Date: Mon, 15 Mar 2010 18:16:44 +0000 From: Chris Webb Message-ID: <20100315181643.GG31588@arachsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] git clone --recursive fails on git://git.qemu.org/qemu.git List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I tried to grab a recursive clone of qemu.git in order to get the head of the seabios and vgabios trees to match the head of qemu.git, but the operation failed with $ git clone --recursive git://git.qemu.org/qemu.git qemu-r Initialized empty Git repository in /home/chris/git/qemu-r/.git/ remote: Counting objects: 59824, done. remote: Compressing objects: 100% (15786/15786), done. remote: Total 59824 (delta 47532), reused 55283 (delta 43936) Receiving objects: 100% (59824/59824), 24.67 MiB | 292 KiB/s, done. Resolving deltas: 100% (47532/47532), done. Submodule 'roms/seabios' (git://git.qemu.org/seabios.git/) registered for path 'roms/seabios' Submodule 'roms/vgabios' (git://git.qemu.org/vgabios.git/) registered for path 'roms/vgabios' Initialized empty Git repository in /home/chris/git/qemu-r/roms/seabios/.git/ remote: Counting objects: 4711, done. remote: Compressing objects: 100% (1259/1259), done. remote: Total 4711 (delta 3758), reused 4360 (delta 3450) Receiving objects: 100% (4711/4711), 1.04 MiB | 266 KiB/s, done. Resolving deltas: 100% (3758/3758), done. fatal: reference is not a tree: 8f469b9676127ba6bb52609d89ec774e61db0ee1 Unable to checkout '8f469b9676127ba6bb52609d89ec774e61db0ee1' in submodule path 'roms/seabios' Is this a problem with qemu.git, or am I just failing to drive git properly? Cheers, Chris.