From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyvTk-0000AC-Jm for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:08:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyvTf-00008J-QM for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:08:39 -0400 Received: from [199.232.76.173] (port=52080 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyvTf-00008B-B7 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:08:35 -0400 Received: from smtp4-g21.free.fr ([212.27.42.4]:33368) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyvTe-0001AB-IC for qemu-devel@nongnu.org; Tue, 28 Apr 2009 18:08:35 -0400 In-Reply-To: <49F77D69.7000400@us.ibm.com> Subject: Re: [Qemu-devel] Branch/tag renames in git From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Wed, 29 Apr 2009 00:08:48 +0200 CEST Message-Id: <17882856603-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 > Fran=C3=A7ois Revol wrote: > >> 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 > > > > git config branch.stable=5F0=5F10.merge refs/heads/stable-0.10 > > Assuming you have a local branch. I can't see why you'd have an > issue Assuming you have git-config too... maybe it's just too old but again, ENOSPC. > if you didn't have a local branch tracking the remote branch. error: forward reference: local branch I shall read about it first. Fran=C3=A7ois.