tap: disable fsmonitor for third-party taps

This commit is contained in:
Alexander Bayandin 2023-07-04 09:56:57 +00:00 committed by GitHub
parent 9e257fc960
commit f6e4849c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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