close as dup
authorJoey Hess <joeyh@joeyh.name>
Mon, 12 Jul 2021 14:32:19 +0000 (10:32 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 12 Jul 2021 14:32:19 +0000 (10:32 -0400)
doc/bugs/change_in_behavior_after_8.20210621.mdwn
doc/bugs/change_in_behavior_after_8.20210621/comment_3_bd3faa20f746fcf4fd99a011b7453b38._comment [new file with mode: 0644]

index ba647e30fc1baac158619ef72be0c9b65d971fec..72c4777c27da6f07846c85a469f0cb22a9f6e25e 100644 (file)
@@ -3,3 +3,5 @@ initially detected with 8.20210621 released and bisected to [8.20210621-12-g4b1b
 
 [[!meta author=yoh]]
 [[!tag projects/datalad]]
+
+> [[dup|done]] see my comment --[[Joey]]
diff --git a/doc/bugs/change_in_behavior_after_8.20210621/comment_3_bd3faa20f746fcf4fd99a011b7453b38._comment b/doc/bugs/change_in_behavior_after_8.20210621/comment_3_bd3faa20f746fcf4fd99a011b7453b38._comment
new file mode 100644 (file)
index 0000000..fbf7e6e
--- /dev/null
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2021-07-12T14:26:14Z"
+ content="""
+<https://git-annex.branchable.com/bugs/regression__58___index.lck_in_shared-group_is_not_g+w/>
+fixed a problem where git-annex init entered an adjusted branch
+unexpectedly.
+
+Entering an adjusted branch involves creating a master branch at init time,
+because it has to have a branch existing in order to adjust it.
+
+So, these bugs appear to have the same cause. I'll close this dup.
+
+But, note that the same thing could happen if git-annex init were run on a
+crippled filesystem, so it may be your test needs to deal with
+such a new-born master branch.
+"""]]