comment
authorJoey Hess <joeyh@joeyh.name>
Fri, 21 May 2021 15:31:38 +0000 (11:31 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 21 May 2021 15:31:38 +0000 (11:31 -0400)
doc/bugs/delayadd_doesn__39__t_work/comment_3_f0b5e6f0554eb43f55bfc99d178c506d._comment [new file with mode: 0644]

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 (file)
index 0000000..be393ba
--- /dev/null
@@ -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..
+"""]]