From 24ff57160fbb3d4df85c7f9f557dc00da8a51007 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Jul 2022 12:45:51 -0400 Subject: [PATCH] comment --- ...e_type__61__git_fresh___34__regression__34__.mdwn | 2 ++ ...mment_5_e9800d53c4f88d1555aad2e0e945b40b._comment | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_5_e9800d53c4f88d1555aad2e0e945b40b._comment diff --git a/doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn index c05f1f1ee8..8ff01ad7d7 100644 --- a/doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn +++ b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__.mdwn @@ -18,3 +18,5 @@ yet to unravel details/change in behavior, but since changelog entry says only a [[!meta author=yoh]] [[!tag projects/datalad]] + +> [[notabug|done]] --[[Joey]] diff --git a/doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_5_e9800d53c4f88d1555aad2e0e945b40b._comment b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_5_e9800d53c4f88d1555aad2e0e945b40b._comment new file mode 100644 index 0000000000..3b81e9e276 --- /dev/null +++ b/doc/bugs/initremote_type__61__git_fresh___34__regression__34__/comment_5_e9800d53c4f88d1555aad2e0e945b40b._comment @@ -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. +"""]]