Merge pull request #15624 from bayandin/disable-fsmonitor-for-taps

tap: disable fsmonitor for third-party taps
This commit is contained in:
Mike McQuaid 2023-07-04 12:00:22 +01:00 committed by GitHub
commit 9cd4475366
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