summaryrefslogtreecommitdiff
path: root/no-exec-git.patch
blob: 3d8f178a4a662402792a646d7189343da7f2332e (plain)
1
2
3
4
5
6
7
8
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');