diff options
Diffstat (limited to 'no-exec-git.patch')
-rw-r--r-- | no-exec-git.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/no-exec-git.patch b/no-exec-git.patch new file mode 100644 index 0000000..3d8f178 --- /dev/null +++ b/no-exec-git.patch @@ -0,0 +1,9 @@ +--- vscode/build/npm/postinstall.js.orig 2024-06-30 09:06:24.691697715 +0800 ++++ vscode/build/npm/postinstall.js 2024-06-30 09:06:31.281781750 +0800 +@@ -131,6 +131,3 @@ + + yarnInstall(dir, opts); + } +- +-cp.execSync('git config pull.rebase merges'); +-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs'); |