Skip to content

Commit 1f2a8ee

Browse files
dschoderrickstolee
authored andcommitted
gvfs: disable the built-in FSMonitor
When using a virtual file system layer, the FSMonitor does not make sense. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7499286 commit 1f2a8ee

File tree

3 files changed

+1791
-0
lines changed

3 files changed

+1791
-0
lines changed

fsmonitor-ipc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
int fsmonitor_ipc__is_supported(void)
1212
{
13+
if (git_config_get_virtualfilesystem())
14+
return 0;
1315
return 1;
1416
}
1517

0 commit comments

Comments
 (0)