Merge pull request #15624 from bayandin/disable-fsmonitor-for-taps
tap: disable fsmonitor for third-party taps
This commit is contained in:
commit
9cd4475366
@ -309,6 +309,8 @@ class Tap
|
||||
|
||||
# Override user-set default template
|
||||
args << "--template="
|
||||
# prevent fsmonitor from watching this repo
|
||||
args << "--config" << "core.fsmonitor=false"
|
||||
|
||||
begin
|
||||
safe_system "git", *args
|
||||
|
Loading…
x
Reference in New Issue
Block a user