[U-Boot] Attn Maintainers: git advise needed (how to fix messed up repo)

Mike Frysinger vapier at gentoo.org
Tue Nov 29 00:02:26 CET 2011


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 <remote_uri> :2009.01-rc2

> $ git fetch u-boot
> ...
> $ git rebase u-boot/master
> ...
> $ git push ssh://gu-x86@git.denx.de/u-boot-x86
> ...
> To ssh://gu-x86@git.denx.de/u-boot-x86
>  ! [rejected]        master -> master (non-fast-forward)

well, you did a rebase, so this is kind of par for the course.  use --force to 
rewrite the published branch.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111128/93290bca/attachment.pgp>


More information about the U-Boot mailing list