Open knthmn opened 7 hours ago
Many of the yadm commands misbehave when core.fsmonitor=true is set for Git.
core.fsmonitor=true
yadm status
^C
yadm log
yadm pull
Can this be reproduced with the yadm/testbed docker image: No
I reproduced this issue with two different Macbooks (one running Apple Silicon and one running Intel). The issue does not exist on my Linux machines.
Step to reproduce
git config --global core.fsmonitor true
Please tell me how to investigate this issue further.
yadm should function even if core.fsmonitor is set to true.
core.fsmonitor
Describe the bug
Many of the yadm commands misbehave when
core.fsmonitor=true
is set for Git.yadm status
hangs indefinitely, it sometimes shows the output correctly after pressing^C
.yadm log
shows the result after pressing^C
.yadm pull
does not work at allTo reproduce
Can this be reproduced with the yadm/testbed docker image: No
I reproduced this issue with two different Macbooks (one running Apple Silicon and one running Intel). The issue does not exist on my Linux machines.
Step to reproduce
git config --global core.fsmonitor true
Please tell me how to investigate this issue further.
Expected behavior
yadm should function even if
core.fsmonitor
is set to true.Environment