void-packages/srcpkgs/vscode/patches/remove_git_command.patch
2021-07-10 00:33:38 -03:00

10 lines
332 B
Diff

diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index 2d973599343..61acb0a4d10 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -87,5 +87,3 @@ runtime "${runtime}"`;
fs.writeFileSync(yarnrcPath, yarnrc, 'utf8');
yarnInstall(watchPath);
}
-
-cp.execSync('git config pull.rebase merges');