This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/code-oss/no-git.patch
2022-06-12 03:32:12 +02:00

10 lines
227 B
Diff

--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -72,6 +72,3 @@
yarnInstall(dir, opts);
}
-
-cp.execSync('git config pull.rebase merges');
-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore');