From: Joey Hess Date: Mon, 12 Jul 2021 14:32:19 +0000 (-0400) Subject: close as dup X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~109 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5faf84c3a7a8ba0d03ef3982debf849769c9abe1;p=git-annex.git close as dup --- diff --git a/doc/bugs/change_in_behavior_after_8.20210621.mdwn b/doc/bugs/change_in_behavior_after_8.20210621.mdwn index ba647e30fc..72c4777c27 100644 --- a/doc/bugs/change_in_behavior_after_8.20210621.mdwn +++ b/doc/bugs/change_in_behavior_after_8.20210621.mdwn @@ -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 index 0000000000..fbf7e6e4f8 --- /dev/null +++ b/doc/bugs/change_in_behavior_after_8.20210621/comment_3_bd3faa20f746fcf4fd99a011b7453b38._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2021-07-12T14:26:14Z" + content=""" + +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. +"""]]