This commit is contained in:
Joey Hess 2022-07-07 12:45:51 -04:00
parent 697e22cceb
commit 24ff57160f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 14 additions and 0 deletions

View file

@ -18,3 +18,5 @@ yet to unravel details/change in behavior, but since changelog entry says only a
[[!meta author=yoh]] [[!meta author=yoh]]
[[!tag projects/datalad]] [[!tag projects/datalad]]
> [[notabug|done]] --[[Joey]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2022-07-07T16:10:12Z"
content="""
Aha! That funky remote.log was caused by a historical bad type in
git-annex: UUID has a NoUUID value, and when it probed for the UUID, it
did not check if it got NoUUID, which serializes to "". Really fixing that
is hard, I've tried a couple of times.
Anyway, the new behavior is not buggy, so closing.
"""]]