summaryrefslogtreecommitdiff
path: root/no-exec-git.patch
blob: 018d738476be5b498163acdb56efcfc705916d17 (plain)
1
2
3
4
5
6
7
8
9
--- vscode/build/npm/postinstall.js.orig	2024-08-07 09:57:47.195493488 +0800
+++ vscode/build/npm/postinstall.js	2024-08-07 10:04:11.865697996 +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');