comment
This commit is contained in:
parent
9dbbecc8f4
commit
414dc39a12
1 changed files with 15 additions and 0 deletions
|
@ -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..
|
||||
"""]]
|
Loading…
Reference in a new issue