On 10/21/2016 02:18 PM, Reuben Thomas wrote:
> 
> ​I had the following setting in my .gitconfig:
> 
> [transfer]
> # for $deity's sake, check that anything we're getting is complete and sane
> on a regular basis
> # See
> https://groups.google.com/forum/m/#!topic/binary-transparency/f-BI4o8HZW0
>         fsckobjects = true
> ​
> ​I commented it out, and the checkout succeeded. If I then run "git fsck",
> I get lots of "error in tag foo: missingEmail" errors, and an error exit
> code. I guess this is just a minor annoyance?

Sounds like the tags were created in a much older version of git, and
that newer git complains about what the older version was able to
create.  The solution is probably to recreate those tags with a valid
format, although propagating new tags to anyone that already has the old
ones checked out is not easy.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to