<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jan.steffens@gmail.com" title="Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>"> <span class="fn">Jan Alexander Steffens (heftig)</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Cannot clone cairo: Invalid tag"
href="https://bugs.freedesktop.org/show_bug.cgi?id=99422">bug 99422</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">QA Contact</td>
<td>
</td>
<td>cairo-bugs@cairographics.org
</td>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>Version control
</td>
<td>general
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>sitewranglers@lists.freedesktop.org
</td>
<td>chris@chris-wilson.co.uk
</td>
</tr>
<tr>
<td style="text-align:right;">Product</td>
<td>freedesktop.org
</td>
<td>cairo
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Cannot clone cairo: Invalid tag"
href="https://bugs.freedesktop.org/show_bug.cgi?id=99422#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Cannot clone cairo: Invalid tag"
href="https://bugs.freedesktop.org/show_bug.cgi?id=99422">bug 99422</a>
from <span class="vcard"><a class="email" href="mailto:jan.steffens@gmail.com" title="Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>"> <span class="fn">Jan Alexander Steffens (heftig)</span></a>
</span></b>
<pre>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='<a href="mailto:cworth@cworth.org">cworth@cworth.org</a>' \
tag -f -m '' $1 $1'^{commit}'
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>