summaryrefslogtreecommitdiff
path: root/no-exec-git.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-09 02:42:44 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-09 02:42:44 +0000
commitfbc6cb2416f0d64c8be4b5f2707e5c8feca4f8c4 (patch)
tree18f7ec0dd43c083c173f9cd68fb112cd79a3b931 /no-exec-git.patch
parent6b1f063704b40d644c9b2710ae53e3d981ac76dc (diff)
automatic import of vscodium
Diffstat (limited to 'no-exec-git.patch')
-rw-r--r--no-exec-git.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/no-exec-git.patch b/no-exec-git.patch
new file mode 100644
index 0000000..3d8f178
--- /dev/null
+++ b/no-exec-git.patch
@@ -0,0 +1,9 @@
+--- vscode/build/npm/postinstall.js.orig 2024-06-30 09:06:24.691697715 +0800
++++ vscode/build/npm/postinstall.js 2024-06-30 09:06:31.281781750 +0800
+@@ -131,6 +131,3 @@
+
+ yarnInstall(dir, opts);
+ }
+-
+-cp.execSync('git config pull.rebase merges');
+-cp.execSync('git config blame.ignoreRevsFile .git-blame-ignore-revs');