From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyvPl-00076w-3I for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:04:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyvPg-000758-B4 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:04:32 -0400 Received: from [199.232.76.173] (port=41076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyvPg-00074z-81 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:04:28 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:50014) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LyvPf-0000LR-P8 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:04:27 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n3SM0mk5011462 for ; Tue, 28 Apr 2009 18:00:48 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3SM4Qe7156436 for ; Tue, 28 Apr 2009 18:04:26 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3SM4Q9M002832 for ; Tue, 28 Apr 2009 18:04:26 -0400 Message-ID: <49F77D69.7000400@us.ibm.com> Date: Tue, 28 Apr 2009 17:04:25 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Branch/tag renames in git References: <16302568707-BeMail@laptop> In-Reply-To: <16302568707-BeMail@laptop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?RnJhbsOnb2lzIFJldm9s?= Cc: qemu-devel@nongnu.org Fran=C3=A7ois Revol wrote: >> Hi, >> >> Based on the previous discussion, I've renamed the branches tags in=20 >> git. It doesn't look like a git pull automatically cleans up the old=20 >> branches/tags which is somewhat unfortunate. >> >> The new tags are in the form v0.10.3. The new stable branch is in=20 >> the=20 >> form stable-0.10. >> =20 > > Ah... so that's why I now get > $ git pull > error: no such remote ref refs/heads/stable_0_10 > Fetch failure: git://git.savannah.nongnu.org/qemu.git > > ? > =20 git config branch.stable_0_10.merge refs/heads/stable-0.10 Assuming you have a local branch. I can't see why you'd have an issue=20 if you didn't have a local branch tracking the remote branch. --=20 Regards, Anthony Liguori