From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Tue, 29 Nov 2011 20:55:36 +1100 Subject: [U-Boot] Attn Maintainers: git advise needed (how to fix messed up repo) In-Reply-To: <201111281802.26676.vapier@gentoo.org> References: <201111281802.26676.vapier@gentoo.org> Message-ID: <4ED4AC18.60502@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29/11/11 10:02, Mike Frysinger wrote: > On Monday 28 November 2011 17:31:19 Graeme Russ wrote: >> error: refs/tags/2009.01-rc2 does not point to a valid object! > > this tag seems to have bled into some people's repos ... i'd suggest you punt > it locally: > git tag -d 2009.01-rc2 > and then punt it remotely: > git push :2009.01-rc2 > graeme at helios:~/Source/U-Boot/x86$ git tag -d 2009.01-rc2 error: tag '2009.01-rc2' not found. graeme at helios:~/Source/U-Boot/x86$ git push ssh://gu-x86 at git.denx.de/u-boot-x86/master :2009.01-rc2 error: refs/tags/2009.01-rc2 does not point to a valid object! error: unable to push to unqualified destination: 2009.01-rc2 The destination refspec neither matches an existing ref on the remote nor begins with refs/, and we are unable to guess a prefix based on the source ref. error: failed to push some refs to 'ssh://gu-x86 at git.denx.de/u-boot-x86/master' Expected? Regards, Graeme