Skip to content

Commit 8d1aa58

Browse files
dschoderrickstolee
authored andcommitted
Merge pull request #379 from dscho/disable-fsmonitor-with-gvfs
vfs: disable the built-in FSMonitor
2 parents aea94ff + 1f2a8ee commit 8d1aa58

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)