From: Joey Hess Date: Fri, 21 May 2021 15:31:38 +0000 (-0400) Subject: comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~91^2~351 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=414dc39a128f145423f2ca3defdb35f5754d9849;p=git-annex.git comment --- diff --git a/doc/bugs/delayadd_doesn__39__t_work/comment_3_f0b5e6f0554eb43f55bfc99d178c506d._comment b/doc/bugs/delayadd_doesn__39__t_work/comment_3_f0b5e6f0554eb43f55bfc99d178c506d._comment new file mode 100644 index 0000000000..be393bab97 --- /dev/null +++ b/doc/bugs/delayadd_doesn__39__t_work/comment_3_f0b5e6f0554eb43f55bfc99d178c506d._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2021-05-21T15:28:22Z" + content=""" +Your test case sets the git config after the assistant is running. The +assistant does not notice git config changes made while it's +running, it has to be restarted to pick them up. + +I tried setting the config before starting the assistant, and it works +fine. + +I assume your real problem does not involve setting the config at the wrong +point in time, so I'll wait for a corrected test case.. +"""]]