aports/testing/code-oss/no-git.patch

11 lines
329 B
Diff

diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
index 187f123..8e489fb 100644
--- a/build/npm/postinstall.js
+++ b/build/npm/postinstall.js
@@ -110,6 +110,3 @@
yarnInstall(dir, opts);
}
-
-cp.execSync('git config pull.rebase merges');
-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs');