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

10 lines
227 B
Diff
Raw Normal View History

2022-06-12 01:28:23 +00:00
--- 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');