* [U-Boot] Stale references in the u-boot-samsung repo
@ 2013-12-06 8:44 Albert ARIBAUD
2013-12-06 10:44 ` Minkyu Kang
2013-12-06 16:57 ` Tom Rini
0 siblings, 2 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2013-12-06 8:44 UTC (permalink / raw)
To: u-boot
Hi Minkyu,
While fetching u-boot-samsung, I could see the following messages:
remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
valid object!
remote: error: refs/remotes/origin/i.MX31 does not point to a valid
object!
remote: error: refs/remotes/origin/lwmon5 does not point to a valid
object!
remote: error: refs/remotes/origin/mkimage does not point to a valid
object!
It looks like these branches that were pushed on the remote, then later
the commit to which they point was cleaned up.
Can you fix this? Thanks in advance!
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Stale references in the u-boot-samsung repo
2013-12-06 8:44 [U-Boot] Stale references in the u-boot-samsung repo Albert ARIBAUD
@ 2013-12-06 10:44 ` Minkyu Kang
2013-12-06 16:41 ` Albert ARIBAUD
2013-12-06 16:57 ` Tom Rini
1 sibling, 1 reply; 4+ messages in thread
From: Minkyu Kang @ 2013-12-06 10:44 UTC (permalink / raw)
To: u-boot
Hi Albert,
On 06/12/13 17:44, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> While fetching u-boot-samsung, I could see the following messages:
>
> remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
> valid object!
>
> remote: error: refs/remotes/origin/i.MX31 does not point to a valid
> object!
>
> remote: error: refs/remotes/origin/lwmon5 does not point to a valid
> object!
>
> remote: error: refs/remotes/origin/mkimage does not point to a valid
> object!
>
> It looks like these branches that were pushed on the remote, then later
> the commit to which they point was cleaned up.
>
> Can you fix this? Thanks in advance!
>
Please let me know how I can fix it!
> Amicalement,
>
Thanks,
Minkyu Kang.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Stale references in the u-boot-samsung repo
2013-12-06 10:44 ` Minkyu Kang
@ 2013-12-06 16:41 ` Albert ARIBAUD
0 siblings, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2013-12-06 16:41 UTC (permalink / raw)
To: u-boot
Hi Minkyu,
On Fri, 06 Dec 2013 19:44:28 +0900, Minkyu Kang <mk7.kang@samsung.com>
wrote:
> Hi Albert,
>
> On 06/12/13 17:44, Albert ARIBAUD wrote:
> > Hi Minkyu,
> >
> > While fetching u-boot-samsung, I could see the following messages:
> >
> > remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
> > valid object!
> >
> > remote: error: refs/remotes/origin/i.MX31 does not point to a valid
> > object!
> >
> > remote: error: refs/remotes/origin/lwmon5 does not point to a valid
> > object!
> >
> > remote: error: refs/remotes/origin/mkimage does not point to a valid
> > object!
> >
> > It looks like these branches that were pushed on the remote, then later
> > the commit to which they point was cleaned up.
> >
> > Can you fix this? Thanks in advance!
> >
>
> Please let me know how I can fix it!
For branches which you still need to publish and for which are correct
in your working repo, you can do a push as you would for master or
next, e.g.
git push [...] branchname:branchname
where branchname should be replaced (on both sides of the colon) with
the actual name of the branch you want to update.
For branches which you don't need to publish any more, you can remove
them on the Denx repo with:
git push [...] :branchname
where there is nothing on the left side of the colon, and branchname
is replaced with the actual name of the branch you want to remove.
> Thanks,
> Minkyu Kang.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Stale references in the u-boot-samsung repo
2013-12-06 8:44 [U-Boot] Stale references in the u-boot-samsung repo Albert ARIBAUD
2013-12-06 10:44 ` Minkyu Kang
@ 2013-12-06 16:57 ` Tom Rini
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2013-12-06 16:57 UTC (permalink / raw)
To: u-boot
On Fri, Dec 06, 2013 at 09:44:22AM +0100, Albert ARIBAUD wrote:
> Hi Minkyu,
>
> While fetching u-boot-samsung, I could see the following messages:
>
> remote: error: refs/remotes/origin/GPL-Cleanup does not point to a
> valid object!
>
> remote: error: refs/remotes/origin/i.MX31 does not point to a valid
> object!
>
> remote: error: refs/remotes/origin/lwmon5 does not point to a valid
> object!
>
> remote: error: refs/remotes/origin/mkimage does not point to a valid
> object!
>
> It looks like these branches that were pushed on the remote, then later
> the commit to which they point was cleaned up.
>
> Can you fix this? Thanks in advance!
Note that these aren't a u-boot-samsung specific problem, I see this too
for master, but have just ignored it.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20131206/9560555c/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-06 16:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 8:44 [U-Boot] Stale references in the u-boot-samsung repo Albert ARIBAUD
2013-12-06 10:44 ` Minkyu Kang
2013-12-06 16:41 ` Albert ARIBAUD
2013-12-06 16:57 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox