This commit is contained in:
Joey Hess 2025-05-13 10:57:30 -04:00
parent 8607bc6903
commit 081735b967
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 4"""
date="2025-05-13T14:55:52Z"
content="""
First of all, a news item for a release is not the appropriate place to
discuss something like this. Use the [[forum]] in the furture.
This looks like a `.git/annex/index` that references a git object that for
some reason didn't get written to disk. A common way this can happen is a
disk getting unmounted or system shutdown at a point in time that causes a
recently written git object to get lost. Deleting `.git/annex/index` will
solve this problem.
"""]]