Discussion:
[cairo] git repository corrupt?
v***@pengaru.com
2018-03-10 07:24:37 UTC
Permalink
$ git clone git://anongit.freedesktop.org/git/cairo
Cloning into 'cairo'...
remote: Counting objects: 71417, done.
remote: Compressing objects: 100% (21388/21388), done.
error: object e5b831b107ad18e78ec9ea5e6da68eb30bf71126:
missingSpaceBeforeDate: invalid author/committer line - missing space
before date
fatal: Error in object
fatal: index-pack failed
$
--
cairo mailing list
***@cairographics.org
https://lists.cairographics.org/mailman/listinfo/ca
Dave Yeo
2018-03-10 07:46:03 UTC
Permalink
Post by v***@pengaru.com
$ git clone git://anongit.freedesktop.org/git/cairo
Cloning into 'cairo'...
remote: Counting objects: 71417, done.
remote: Compressing objects: 100% (21388/21388), done.
missingSpaceBeforeDate: invalid author/committer line - missing space
before date
fatal: Error in object
fatal: index-pack failed
Worked here,
K:\work>git clone git://anongit.freedesktop.org/git/cairo
Cloning into 'cairo'...
remote: Counting objects: 71417, done.
remote: Compressing objects: 100% (21388/21388), done.
remote: Total 71417 (delta 52340), reused 69030 (delta 49985)
Receiving objects: 100% (71417/71417), 92.62 MiB | 578.00 KiB/s, done
Resolving deltas: 100% (52340/52340), done.
Checking out files: 100% (4601/4601), done.

Dave
--
cairo mailing list
***@cairographics.org
https://lists.cairographic
v***@pengaru.com
2018-03-10 07:59:00 UTC
Permalink
Post by Dave Yeo
Post by v***@pengaru.com
$ git clone git://anongit.freedesktop.org/git/cairo
Cloning into 'cairo'...
remote: Counting objects: 71417, done.
remote: Compressing objects: 100% (21388/21388), done.
missingSpaceBeforeDate: invalid author/committer line - missing space
before date
fatal: Error in object
fatal: index-pack failed
Worked here,
K:\work>git clone git://anongit.freedesktop.org/git/cairo
Cloning into 'cairo'...
remote: Counting objects: 71417, done.
remote: Compressing objects: 100% (21388/21388), done.
remote: Total 71417 (delta 52340), reused 69030 (delta 49985)
Receiving objects: 100% (71417/71417), 92.62 MiB | 578.00 KiB/s, done
Resolving deltas: 100% (52340/52340), done.
Checking out files: 100% (4601/4601), done.
Hmm.. ok, it seems to only happen when I retain fsckObjects=true in my
.gitconfig [transfer] section.
--
cairo mailing list
***@cairographics.org
https://lists.cairographics.org/mailman/listinfo/cair
Dave Yeo
2018-03-10 08:03:54 UTC
Permalink
Post by v***@pengaru.com
Hmm.. ok, it seems to only happen when I retain fsckObjects=true in my
.gitconfig [transfer] section
Yes, git fsck reports about 9 tags with similar (including the same one)
errors here to yours
Dave
--
cairo mailing list
***@cairographics.org
https://lists.cairographics.org/mailman/
infirit
2018-03-10 11:42:14 UTC
Permalink
Post by Dave Yeo
Yes, git fsck reports about 9 tags with similar (including the same
one) errors here to yours
Someone with commit access can fix them by following [1].

~infirit

[1] https://sunweavers.net/blog/node/36
--
cairo mailing list
***@cairographics.org
https://lists.cairographics.org/mailman/listinf
v***@pengaru.com
2018-03-10 18:07:38 UTC
Permalink
Post by infirit
Post by Dave Yeo
Yes, git fsck reports about 9 tags with similar (including the same
one) errors here to yours
Someone with commit access can fix them by following [1].
~infirit
[1] https://sunweavers.net/blog/node/36
That would be great, I've had fsckObjects enabled for years working with
over 100 repositories. Only on one other occasion had I seen such an
error. Git has some great repository integrity features which improve
the security story but they're largely unenforced without fsckObjects
enabled.

Regards,
Vito Caputo
--
cairo mailing list
***@cairographics.or
Continue reading on narkive:
Loading...