From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lyv4G-0005Mr-KC for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:42:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lyv4B-0005KN-LP for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:42:20 -0400 Received: from [199.232.76.173] (port=48457 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lyv4B-0005KH-Fk for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:42:15 -0400 Received: from smtp4-g21.free.fr ([212.27.42.4]:33112) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lyv4A-0004Zn-Mg for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:42:15 -0400 In-Reply-To: <49F77534.6000806@us.ibm.com> Subject: Re: [Qemu-devel] Branch/tag renames in git From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Tue, 28 Apr 2009 23:42:28 +0200 CEST Message-Id: <16302568707-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org > Hi, > > Based on the previous discussion, I've renamed the branches tags in > git. It doesn't look like a git pull automatically cleans up the old > branches/tags which is somewhat unfortunate. > > The new tags are in the form v0.10.3. The new stable branch is in > the > form stable-0.10. Ah... so that's why I now get $ git pull error: no such remote ref refs/heads/stable=5F0=5F10 Fetch failure: git://git.savannah.nongnu.org/qemu.git =3F Why would it want to care about this branch anyway, I just want HEAD... > > You may have to update your local branches to track the appropriate > remote branch if you've been following stable. > And how would one do this, I've been reading git man pages for 2h now and I'm out of aspirin ;) Fran=C3=A7ois.