From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyvK8-0005EF-8D for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:58:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyvK3-0005Cu-Kf for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:58:43 -0400 Received: from [199.232.76.173] (port=48650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyvK3-0005Cn-Be for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:58:39 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:57685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyvK2-0007fQ-F3 for qemu-devel@nongnu.org; Tue, 28 Apr 2009 17:58:39 -0400 In-Reply-To: <16302568707-BeMail@laptop> Subject: Re: [Qemu-devel] Branch/tag renames in git From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Tue, 28 Apr 2009 23:58:52 +0200 CEST Message-Id: <17286069723-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: =?utf-8?q?Fran=C3=A7ois?= Revol Cc: aliguori@us.ibm.com, 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 According to http://www.gelato.unsw.edu.au/archives/git/0612/35149.html one should vi .git/remotes/origin and delete the line talking about stable=5F0=5F10 Damn, I'm now replying to myself, this is incoGITable. Fran=C3=A7ois.