From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBZ-0005Qb-7R for qemu-devel@nongnu.org; Fri, 29 Apr 2011 04:36:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFjBY-0007gD-1P for qemu-devel@nongnu.org; Fri, 29 Apr 2011 04:36:25 -0400 Received: from mail-ww0-f53.google.com ([74.125.82.53]:52875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFjBX-0007g0-Tc for qemu-devel@nongnu.org; Fri, 29 Apr 2011 04:36:24 -0400 Received: by wwj40 with SMTP id 40so3601730wwj.10 for ; Fri, 29 Apr 2011 01:36:23 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4DBA7884.1000908@redhat.com> Date: Fri, 29 Apr 2011 10:36:20 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1304023875-25040-1-git-send-email-rth@twiddle.net> In-Reply-To: <1304023875-25040-1-git-send-email-rth@twiddle.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/33] Alpha system emulation, v3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org On 04/28/2011 10:50 PM, Richard Henderson wrote: > * I still don't think I know how git submodules really work. When I > updated the one patch containing the PALcode blob, I couldn't figure > out how to change the submodule revision hash number to HEAD. cd roms/palcode git pull origin # ensure no merge happened, etc. etc. cd ../.. # update blob git commit roms/palcode path/to/blob Paolo