[U-Boot] corrupted tags in git://git.denx.de/u-boot ?

Wolfgang Denk wd at denx.de
Tue Jun 23 15:31:22 CEST 2015


Dear Igor,

In message <55894D63.508 at compulab.co.il> you wrote:
> 
> While running git fsck --full, I've noticed the following:
> -------------------------------cut-------------------------------------
> $ git fsck --full
> Checking object directories: 100% (256/256), done.
> error in tag 9bf86baaa3b35b25baa2d664e2f7f6cafad689ee: unterminated header
> error in tag c7071e6d645a8e13adb0d4cea2caad27213fa62f: unterminated header
> error in tag eb394f56db3e05d00891d6dc36a00df0025cf255: unterminated header
> Checking objects: 100% (356677/356677), done.
> Checking connectivity: 356680, done.
> -------------------------------cut-------------------------------------

Running this on the master repo gives:

-> git fsck --full
Checking object directories: 100% (256/256), done.
Checking objects: 100% (328644/328644), done.
Checking connectivity: 325719, done.

> Is it only me suffering from some kind of corruption on remote update
> or do we all have the same problem and I'm the first to notice (or just
> missed a thread about this)?

Doing a fresh clone from the public repo gives this:

-> git clone git://git.denx.de/u-boot
Cloning into 'u-boot'...
remote: Counting objects: 325719, done.
remote: Compressing objects: 100% (62600/62600), done.
remote: Total 325719 (delta 260566), reused 322218 (delta 257187)
Receiving objects: 100% (325719/325719), 73.56 MiB | 1.55 MiB/s, done.
Resolving deltas: 100% (260566/260566), done.
Checking connectivity... done.
-> cd u-boot/
/tmp/u-boot
-> git fsck --full
Checking object directories: 100% (256/256), done.
Checking objects: 100% (325719/325719), done.
Checking connectivity: 325719, done.

In other words, I cannot reproduce your issue here.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The years of peak mental activity are undoubtedly between the ages of
four and eighteen. At four we know all the questions, at eighteen all
the answers.


More information about the U-Boot mailing list