summarylogtreecommitdiffstats
path: root/chromium-no-history.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-no-history.patch')
-rw-r--r--chromium-no-history.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/chromium-no-history.patch b/chromium-no-history.patch
new file mode 100644
index 000000000000..2f00bd429f02
--- /dev/null
+++ b/chromium-no-history.patch
@@ -0,0 +1,11 @@
+--- a/util.js 2020-05-09 10:49:14.898221966 +0200
++++ b/util.js 2020-05-09 10:49:41.851556843 +0200
+@@ -527,7 +527,7 @@
+ },
+
+ gclientSync: (reset = false, options = {}) => {
+- let args = ['sync', '--force', '--nohooks', '--with_branch_heads', '--with_tags']
++ let args = ['sync', '--no-history', '--shallow', '--force', '--nohooks', '--with_branch_heads', '--with_tags']
+ if (reset)
+ args.push('--upstream')
+ runGClient(args, options)