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
|
# Override user-set default template
|
||||||
args << "--template="
|
args << "--template="
|
||||||
|
# prevent fsmonitor from watching this repo
|
||||||
|
args << "--config" << "core.fsmonitor=false"
|
||||||
|
|
||||||
begin
|
begin
|
||||||
safe_system "git", *args
|
safe_system "git", *args
|
||||||
|
Loading…
x
Reference in New Issue
Block a user