[cairo-bugs] [Bug 99422] Cannot clone cairo: Invalid tag

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 14 09:09:28 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99422

Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|                            |cairo-bugs at cairographics.or
                   |                            |g
          Component|Version control             |general
           Assignee|sitewranglers at lists.freedes |chris at chris-wilson.co.uk
                   |ktop.org                    |
            Product|freedesktop.org             |cairo

--- Comment #1 from Jan Alexander Steffens (heftig) <jan.steffens at gmail.com> ---
Turns out this was because the configuration included
transfer.fsckObjects=true. Without that option, git does not check the received
objects.

git fsck reports:

error in tag e5b831b107ad18e78ec9ea5e6da68eb30bf71126: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag 88955494ad8f94a103c79a1f1bbab92fd8f3df65: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag 5af154997df3d681013019273c7c9ecdb12e1f69: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag f4203442e5c2ce8126de95982300989e8108fa16: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag e34dde73595136d47ca904ffe8a3ade61fdd0b26: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag 29e5b9c44e8776092998d222002212e5e15777e9: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag f2e47d0ecf97d82983e0e5d1a3ee6e7cc7096694: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag 462062f4f5256fff9a820675731a39950295b116: missingSpaceBeforeDate:
invalid author/committer line - missing space before date
error in tag 0e1f8ca5fc828e57148b17f949ad802b162544d9: missingSpaceBeforeDate:
invalid author/committer line - missing space before date

Corresponding to the tags:

RELEASE_0_9_2
RELEASE_1_0_0
RELEASE_1_0_2
SNAPSHOT_0_1_1
SNAPSHOT_0_1_2
SNAPSHOT_0_1_3
SNAPSHOT_0_1_4
SNAPSHOT_0_1_5
SNAPSHOT_0_1_6

Still, I think the repository should not include bad tags. Maybe they can be
recreated with something like this:

fixup() {
  GIT_COMMITTER_DATE="$(git log -1 --pretty=%cI $1)" \
  git -c user.name='Carl Worth' -c user.email='cworth at cworth.org' \
      tag -f -m '' $1 $1'^{commit}'
}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20170214/817ef69d/attachment.html>


More information about the cairo-bugs mailing list