void-packages/srcpkgs/vscode/patches/remove_git_command.patch

11 lines
359 B
Diff

diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index 07b4412c458..6398ed7b0b6 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -111,5 +111,3 @@ for (let dir of dirs) {
yarnInstall(dir, opts);
}
-cp.execSync('git config pull.rebase merges');
-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs');